Skip to content

Commit

Permalink
Match the previous release matrix from gox
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkroh committed Mar 16, 2022
1 parent c55047c commit b167a61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,21 @@ builds:
- linux
- darwin
- windows
- freebsd
goarch:
- amd64
- arm64
- 386
- arm
goarm:
- 6
ignore:
- goos: windows
goarch: arm64
- goos: windows
goarch: arm
- goos: freebsd
goarch: arm
mod_timestamp: '{{ .CommitTimestamp }}'
flags:
- -trimpath
Expand Down

0 comments on commit b167a61

Please sign in to comment.