Skip to content

Commit 3de8be2

Browse files
committed
fix: add qemu and fix release multiarch
Signed-off-by: Alice Lilith <alice@ngrok.com>
1 parent 2394b8e commit 3de8be2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ jobs:
2727
with:
2828
go-version-file: backend/go.mod
2929

30+
- name: Set up QEMU
31+
uses: docker/setup-qemu-action@v3
32+
3033
- id: buildx-setup
3134
name: Set up Docker Buildx
3235
uses: docker/setup-buildx-action@v3
3336
with:
34-
platforms: linux/amd64
37+
platforms: ${{ env.DOCKER_BUILDX_PLATFORMS }}
3538

3639
- name: Fetch git tag
3740
id: git-tag

0 commit comments

Comments
 (0)