We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52b1947 commit b0f0b41Copy full SHA for b0f0b41
.github/workflows/build.yaml
@@ -47,6 +47,10 @@ jobs:
47
workload_identity_provider: ${{ vars.WORKLOAD_IDENTITY_POOL }}
48
service_account: ${{ vars.SERVICE_ACCOUNT }}
49
50
+ # Configure QEMU
51
+ - name: Set up QEMU
52
+ uses: docker/setup-qemu-action@v3
53
+
54
# Configure Buildx
55
- name: Set up Docker Buildx
56
uses: docker/setup-buildx-action@v3
0 commit comments