We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31bfccd commit af25504Copy full SHA for af25504
.github/workflows/cicd.yml
@@ -34,6 +34,8 @@ jobs:
34
run: Install-Module -Name InvokeBuild -Force
35
- name: Set up QEMU
36
uses: docker/setup-qemu-action@v3
37
+ - name: Set up Docker Buildx
38
+ uses: docker/setup-buildx-action@v3
39
- name: "Restore"
40
shell: pwsh
41
run: .\restore.ps1 -Instance ${{github.run_id}}
0 commit comments