chore: add multi arch setup
This commit is contained in:
parent
67da4a49e4
commit
512fd4f1f7
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -30,6 +30,10 @@ jobs:
|
|||
# https://github.com/docker/setup-qemu-action
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v2
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
with:
|
||||
platforms: linux/amd64,linux/arm64
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: "^1.17.3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user