Skip to content

Commit af25504

Browse files
committed
Set up Docker Buildx
1 parent 31bfccd commit af25504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
run: Install-Module -Name InvokeBuild -Force
3535
- name: Set up QEMU
3636
uses: docker/setup-qemu-action@v3
37+
- name: Set up Docker Buildx
38+
uses: docker/setup-buildx-action@v3
3739
- name: "Restore"
3840
shell: pwsh
3941
run: .\restore.ps1 -Instance ${{github.run_id}}

0 commit comments

Comments
 (0)