Skip to content

Commit

Permalink
goreleaser: only armv6
Browse files Browse the repository at this point in the history
armv7 is backward compatible with armv6, so it should run armv6 binaries just fine
  • Loading branch information
dawidd6 authored Sep 8, 2019
1 parent 927ec67 commit 41c46ce
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ builds:
- arm
- arm64
- 386
goarm:
- 6
- 7
ldflags:
- -s -w -X main.version={{.Version}} -X main.commit={{.Commit}} -X main.date={{.Date}} -X main.buildSource=snap

Expand Down

0 comments on commit 41c46ce

Please sign in to comment.