goreleaser: only armv6

armv7 is backward compatible with armv6, so it should run armv6 binaries just fine
pull/171/head
Dawid Dziurla 5 years ago committed by GitHub
parent 927ec67043
commit 41c46ceb3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save