Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #265 from agios/arm_6_7
Browse files Browse the repository at this point in the history
Build for both ARMv6 and ARMv7
  • Loading branch information
caarlos0 authored Nov 5, 2018
2 parents 38481a1 + 81cb3ad commit 0796247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ build:
- amd64
- arm
- arm64
goarm:
- 6
- 7
archive:
name_template: '{{ .Binary }}_{{ .Os }}_{{ .Arch }}{{ if .Arm }}v{{ .Arm }}{{ end }}'
replacements:
Expand Down

0 comments on commit 0796247

Please sign in to comment.