remove 386 add macos arm64

Signed-off-by: Florian Wagner <h2floh@github.com>
This commit is contained in:
Florian Wagner
2023-03-21 00:29:53 +00:00
parent 4ceed9135d
commit 90b101d54d
2 changed files with 6 additions and 6 deletions

View File

@@ -13,14 +13,14 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go 1.14
uses: actions/setup-go@v3
- name: Set up Go
uses: actions/setup-go@v4
- name: Set CURRENT_TAG
run: echo "GORELEASER_CURRENT_TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}