Skip to content

Commit 4c81684

Browse files
committed
build also ARM image in prebuilds
1 parent 3662bac commit 4c81684

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-prerelease.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up QEMU
4545
uses: docker/setup-qemu-action@v3
4646
with:
47-
platforms: 'amd64'
47+
platforms: 'amd64,arm64'
4848

4949
# Workaround: https://github.com/docker/build-push-action/issues/461
5050
- name: Setup Docker buildx
@@ -80,7 +80,7 @@ jobs:
8080
push: true
8181
tags: ${{ steps.kubero-meta.outputs.tags }}
8282
build-args: VERSION=${{ inputs.version }}
83-
platforms: linux/amd64
83+
platforms: linux/amd64,linux/arm64/v8
8484
labels: ${{ steps.kubero-meta.outputs.labels }}
8585

8686
# Sign the resulting Docker image digest except on PRs.

0 commit comments

Comments
 (0)