From bffdfe696c74d10f4972b8b4a0e8881e058fb02e Mon Sep 17 00:00:00 2001 From: Maxim Samoilov Date: Sat, 7 Aug 2021 16:02:03 +0300 Subject: [PATCH] Build arm binaries --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 111ef22..9a52c94 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -13,9 +13,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # build and publish in parallel: linux/amd64, windows/amd64, darwin/amd64 goos: [linux, windows, darwin] - goarch: [amd64] + goarch: [amd64, arm] steps: - uses: actions/checkout@v2