We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8264e1 commit b66fedcCopy full SHA for b66fedc
.github/workflows/spuc-build-test-push.yaml
@@ -31,6 +31,9 @@ jobs:
31
- name: Check out the repo
32
uses: actions/checkout@v4
33
34
+ - name: Set up QEMU
35
+ uses: docker/setup-qemu-action@v3
36
+
37
- name: Set up Docker Buildx
38
uses: docker/setup-buildx-action@v3
39
@@ -56,6 +59,7 @@ jobs:
56
59
context: ${{ env.CONTEXT }}
57
60
file: ${{ env.DOCKERFILE }}
58
61
tags: ${{ steps.set-tag.outputs.tags }}
62
+ platforms: linux/amd64,linux/arm64
63
cache-from: type=gha,scope=${{ env.CONTAINER_NAME }}
64
cache-to: type=gha,scope=${{ env.CONTAINER_NAME }},mode=max
65
push: true
0 commit comments