Skip to content

Commit

Permalink
Merge pull request #570 from smallstep/carl/arm6
Browse files Browse the repository at this point in the history
Add arm6 to goreleaser
  • Loading branch information
tashian committed May 11, 2021
2 parents e305940 + fc31df3 commit f83ccc3
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,15 @@ builds:
- arm64
- 386
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: 386
- goos: windows
goarm: 6
- goos: windows
goarm: 7
flags:
- -trimpath
main: ./cmd/step-ca/main.go
Expand All @@ -44,10 +49,15 @@ builds:
- arm64
- 386
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: 386
- goos: windows
goarm: 6
- goos: windows
goarm: 7
flags:
- -trimpath
main: ./cmd/step-cloudkms-init/main.go
Expand All @@ -68,10 +78,15 @@ builds:
- arm64
- 386
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: 386
- goos: windows
goarm: 6
- goos: windows
goarm: 7
flags:
- -trimpath
main: ./cmd/step-awskms-init/main.go
Expand All @@ -84,6 +99,9 @@ archives:
# Most common use case is to archive as zip on Windows.
# Default is empty.
name_template: "{{ .ProjectName }}_{{ .Os }}_{{ .Version }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}{{ if .Mips }}_{{ .Mips }}{{ end }}"
format_overrides:
- goos: windows
format: zip
wrap_in_directory: "{{ .ProjectName }}_{{ .Version }}"
files:
- README.md
Expand Down

0 comments on commit f83ccc3

Please sign in to comment.