Skip to content

Commit

Permalink
support arm64.
Browse files Browse the repository at this point in the history
  • Loading branch information
youyo committed Jan 11, 2022
1 parent c4ac1a3 commit f8e209d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@master
with:
go-version: 1.13
go-version: 1.17
- uses: goreleaser/goreleaser-action@master
with:
version: latest
Expand Down
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ builds:
- linux
goarch:
- amd64
- arm64

archives:
- id: github release
Expand All @@ -37,7 +38,7 @@ changelog:

brews:
-
github:
tap:
owner: youyo
name: homebrew-tap
folder: Formula
Expand Down

0 comments on commit f8e209d

Please sign in to comment.