Skip to content

Commit edd54da

Browse files
authored
feat: add QEMU setup and support for multiple platforms in release workflow (#283)
1 parent 20dc95a commit edd54da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
REGISTRY: ghcr.io
5353
IMAGE_NAME: ${{ github.repository }}
5454
steps:
55+
- name: Set up QEMU
56+
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
5557
- name: Set up Docker Buildx
5658
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349
5759
- name: Log in to the Container registry
@@ -72,7 +74,7 @@ jobs:
7274
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
7375
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.full-tag }}
7476
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ needs.create_release.outputs.short-tag }}
75-
platforms: linux/amd64
77+
platforms: linux/amd64,linux/arm64
7678
provenance: false
7779
sbom: false
7880
create_discussion:

0 commit comments

Comments
 (0)