Skip to content

Commit

Permalink
build: unify build os and arch align with cli (#83)
Browse files Browse the repository at this point in the history
## Motivation
Unify the build os and arch for terraform-provider-streamnative and
snctl.
  • Loading branch information
maxsxu authored Dec 3, 2024
1 parent 6cf1275 commit fccd439
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,18 +31,12 @@ builds:
ldflags:
- '-s -w -X main.version={{.Version}} -X main.commit={{.Commit}}'
goos:
- freebsd
- windows
- linux
- darwin
goarch:
- amd64
- '386'
- arm
- arm64
ignore:
- goos: darwin
goarch: '386'
binary: '{{ .ProjectName }}_v{{ .Version }}'
archives:
- format: zip
Expand Down

0 comments on commit fccd439

Please sign in to comment.