Skip to content

Commit

Permalink
fix gorelease build
Browse files Browse the repository at this point in the history
  • Loading branch information
asim committed Jul 30, 2022
1 parent 1b781cb commit 0d90e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.18
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
3 changes: 3 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ builds:
- arm64
goarm:
- 7
ignore:
- goos: windows
goarch: arm64
archives:
- name_template: '{{.ProjectName}}-{{.Tag}}-{{.Os}}-{{.Arch}}{{if .Arm}}{{.Arm}}{{end}}'
replacements:
Expand Down

0 comments on commit 0d90e20

Please sign in to comment.