We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3662bac commit 4c81684Copy full SHA for 4c81684
1 file changed
.github/workflows/docker-prerelease.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Set up QEMU
45
uses: docker/setup-qemu-action@v3
46
with:
47
- platforms: 'amd64'
+ platforms: 'amd64,arm64'
48
49
# Workaround: https://github.com/docker/build-push-action/issues/461
50
- name: Setup Docker buildx
@@ -80,7 +80,7 @@ jobs:
80
push: true
81
tags: ${{ steps.kubero-meta.outputs.tags }}
82
build-args: VERSION=${{ inputs.version }}
83
- platforms: linux/amd64
+ platforms: linux/amd64,linux/arm64/v8
84
labels: ${{ steps.kubero-meta.outputs.labels }}
85
86
# Sign the resulting Docker image digest except on PRs.
0 commit comments