We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbcb782 + d6ce412 commit 4a91483Copy full SHA for 4a91483
.github/workflows/docker-publish.yml
@@ -45,6 +45,11 @@ jobs:
45
with:
46
cosign-release: 'v2.2.4'
47
48
+ # Add support for more platforms with QEMU
49
+ # https://github.com/docker/setup-qemu-action
50
+ - name: Set up QEMU
51
+ uses: docker/setup-qemu-action@v3
52
+
53
# Set up BuildKit Docker container builder to be able to build
54
# multi-platform images and export cache
55
# https://github.com/docker/setup-buildx-action
@@ -76,6 +81,7 @@ jobs:
76
81
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
77
82
78
83
context: .
84
+ platforms: linux/amd64,linux/arm64
79
85
push: ${{ github.event_name != 'pull_request' }}
80
86
tags: ${{ steps.meta.outputs.tags }}
87
labels: ${{ steps.meta.outputs.labels }}
0 commit comments