From 43fec77e0e8709eb62c6e8f2ff8ffe750b5f5c7b Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Sat, 20 Mar 2021 19:56:50 +0100 Subject: [PATCH] Update release-darwin.yml --- .github/workflows/release-darwin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-darwin.yml b/.github/workflows/release-darwin.yml index 261153d..2fa1964 100644 --- a/.github/workflows/release-darwin.yml +++ b/.github/workflows/release-darwin.yml @@ -6,12 +6,12 @@ on: jobs: releases-matrix: - name: Release Go Binary + name: Release Go Binary (Darwin) runs-on: ubuntu-latest strategy: matrix: goos: [darwin] - goarch: ["386", amd64, arm] + goarch: ["386", amd64, arm64] steps: - uses: actions/checkout@v2 - uses: wangyoucao577/go-release-action@v1.15