Skip to content

Commit

Permalink
remove unsupported platforms from build
Browse files Browse the repository at this point in the history
  • Loading branch information
thatmattlove committed Jan 31, 2022
1 parent 8912525 commit 9ba53ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ builds:
goarch: arm64
- goos: windows
goarch: arm
- goos: freebsd
goarch: arm64
- goos: freebsd
goarch: arm

release:
name_template: '{{.ProjectName}}-v{{.Version}}'
Expand Down

0 comments on commit 9ba53ed

Please sign in to comment.