Merge pull request #721 from smallstep/max/simplify-releases

[action] Simplify goreleaser targets
This commit is contained in:
Max 2021-10-12 19:43:06 -04:00 committed by GitHub
commit 710f76cb00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,25 +12,16 @@ builds:
id: step-ca id: step-ca
env: env:
- CGO_ENABLED=0 - CGO_ENABLED=0
goos: targets:
- linux - darwin_amd64
- darwin - darwin_arm64
- windows - freebsd_amd64
goarch: - linux_386
- amd64 - linux_amd64
- arm - linux_arm64
- arm64 - linux_arm_6
- 386 - linux_arm_7
goarm: - windows_amd64
- 6
- 7
ignore:
- goos: windows
goarch: 386
- goos: windows
goarm: 6
- goos: windows
goarm: 7
flags: flags:
- -trimpath - -trimpath
main: ./cmd/step-ca/main.go main: ./cmd/step-ca/main.go