Merge pull request #190 from juanfont/fix-arm64

Fix arm64 (now for good)
This commit is contained in:
Juan Font 2021-10-21 20:40:17 +02:00 committed by GitHub
commit 95bc2ee241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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