Skip to content

Commit

Permalink
goarch darwin is invalid now
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiwara committed Jan 8, 2021
1 parent e5ef421 commit dee4e1e
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ before:
hooks:
- go mod download
builds:
- env:
- CGO_ENABLED=0
main: ./cmd/tfstate-lookup/main.go
goarch:
- darwin
- amd64
- env:
- CGO_ENABLED=0
main: ./cmd/tfstate-lookup/main.go
goos:
- darwin
- linux
goarch:
- amd64
- arm64
archives:
checksum:
name_template: 'checksums.txt'
name_template: "checksums.txt"
snapshot:
name_template: "{{ .Tag }}-next"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
- "^docs:"
- "^test:"

0 comments on commit dee4e1e

Please sign in to comment.