Skip to content

Commit 512fd4f

Browse files
committed
chore: add multi arch setup
1 parent 67da4a4 commit 512fd4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ jobs:
3030
# https://github.com/docker/setup-qemu-action
3131
name: Set up QEMU
3232
uses: docker/setup-qemu-action@v2
33+
- name: Set up Docker Buildx
34+
uses: docker/setup-buildx-action@v2
35+
with:
36+
platforms: linux/amd64,linux/arm64
3337
- uses: actions/setup-go@v2
3438
with:
3539
go-version: "^1.17.3"

0 commit comments

Comments
 (0)