Finally fix arm64 build

This commit is contained in:
Juan Font Alonso 2021-10-21 19:56:36 +02:00
parent fb569b0483
commit bc145952d4
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Install dependencies
run: |
sudo apt update
sudo apt install -y gcc-aarch64-linux-gnu
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2