1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

fix(ci): allow arm64 docker builds

Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2020-11-28 16:54:34 -03:00
parent b0f4c1bac9
commit 1da3eeb5dc

View File

@ -19,6 +19,9 @@ jobs:
uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
-
name: Allow arm64 builds
run: sudo docker run --privileged linuxkit/binfmt:v0.7
-
name: Set up Snapcraft
run: |