Skip to content

Commit

Permalink
fix gorelease
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumatag committed Jan 30, 2022
1 parent ff705ad commit a2d664a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,18 @@ builds:
- '386'
- arm
- arm64
- ppc64le
ignore:
- goos: darwin
goarch: '386'
- goos: linux
goarch: amd64
- goos: freebsd
goarch: ppc64le
- goos: windows
goarch: ppc64le
- goos: darwin
goarch: ppc64le
binary: '{{ .ProjectName }}_v{{ .Version }}_{{ .Env.API_VERSION }}_{{ .Os }}_{{ .Arch }}'
archives:
- format: zip
Expand Down

0 comments on commit a2d664a

Please sign in to comment.