Skip to content

Commit 5571834

Browse files
author
Maciej Wójcik
committed
ci: reenable ARM build on release
1 parent 5dd52ab commit 5571834

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
type=semver,pattern={{version}}
2424
type=semver,pattern={{major}}.{{minor}}
2525
type=sha
26-
- name: Set up Docker Buildx
26+
- name: Set up QEMU
27+
uses: docker/setup-qemu-action@v3
28+
- name: Set up Docker BuildX
2729
uses: docker/setup-buildx-action@v3
2830
with:
2931
config-inline: |
@@ -40,7 +42,7 @@ jobs:
4042
uses: docker/build-push-action@v5
4143
with:
4244
context: .
43-
platforms: linux/amd64
45+
platforms: linux/amd64,linux/arm64
4446
push: ${{ github.event_name != 'pull_request' }}
4547
tags: ${{ steps.meta.outputs.tags }}
4648
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)