File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 4040 with :
4141 cosign-release : ' v2.1.1'
4242
43+ # Setup QEMU for multi-arch builds
44+ - name : Setup QEMU
45+ uses : docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0
46+
4347 # Workaround: https://github.com/docker/build-push-action/issues/461
4448 - name : Setup Docker buildx
4549 uses : docker/setup-buildx-action@79abd3f86f79a9d68a23c75a09a9a85889262adf
@@ -69,13 +73,13 @@ jobs:
6973 uses : docker/build-push-action@ac9327eae2b366085ac7f6a2d02df8aa8ead720a
7074 with :
7175 context : .
76+ platforms : linux/amd64,linux/arm,linux/arm64
7277 push : ${{ github.event_name != 'pull_request' }}
7378 tags : ${{ steps.meta.outputs.tags }}
7479 labels : ${{ steps.meta.outputs.labels }}
7580 cache-from : type=gha
7681 cache-to : type=gha,mode=max
7782
78-
7983 # Sign the resulting Docker image digest except on PRs.
8084 # This will only write to the public Rekor transparency log when the Docker
8185 # repository is public to avoid leaking data. If you would like to publish
You can’t perform that action at this time.
0 commit comments