Skip to content

Commit

Permalink
release: arm architecture setup in releases
Browse files Browse the repository at this point in the history
  • Loading branch information
RaVbaker committed Jan 15, 2021
1 parent b7140ed commit 16b860b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,22 @@ builds:
- linux
- windows
- darwin
goarch:
- 386
- amd64
- arm
- arm64
archives:
- replacements:
- name_template: '{{ .ProjectName }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
checksum:
name_template: 'checksums.txt'
snapshot:
Expand Down

0 comments on commit 16b860b

Please sign in to comment.