Skip to content

Commit

Permalink
Release ARM builds
Browse files Browse the repository at this point in the history
  • Loading branch information
mxpv committed Nov 23, 2019
1 parent 641b352 commit bb55caf
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ builds:
goarch:
- 386
- amd64
- arm
- arm64

dockers:
- image_templates:
Expand All @@ -30,12 +32,15 @@ dockers:
dockerfile: Dockerfile

archives:
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
- replacements:
darwin: Darwin
linux: Linux
windows: Windows
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip

checksum:
name_template: 'checksums.txt'
Expand Down

0 comments on commit bb55caf

Please sign in to comment.