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 7b262ee commit da2fc7fCopy full SHA for da2fc7f
.github/workflows/docker-publish.yml
@@ -43,6 +43,9 @@ jobs:
43
if: github.event_name != 'pull_request'
44
uses: sigstore/cosign-installer@v3
45
46
+ - name: Set up QEMU
47
+ uses: docker/setup-qemu-action@v3
48
+
49
# Set up BuildKit Docker container builder to be able to build
50
# multi-platform images and export cache
51
# https://github.com/docker/setup-buildx-action
@@ -73,6 +76,7 @@ jobs:
73
76
id: build-and-push
74
77
uses: docker/build-push-action@v6
75
78
with:
79
+ platforms: linux/amd64,linux/arm64
80
context: .
81
push: ${{ github.event_name != 'pull_request' }}
82
tags: ${{ steps.meta.outputs.tags }}
0 commit comments