ci: build goarm only for v7

This commit is contained in:
Geoff Bourne 2021-11-13 15:28:21 -06:00
parent a3c2de7dc2
commit af77f20a80

View File

@ -10,24 +10,26 @@ brews:
- install: |
bin.install "mc-router"
builds:
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- arm
ignore:
- goos: windows
goarch: arm
goarm: 6
- goos: windows
goarch: arm64
main: ./cmd/mc-router
binary: mc-router
env:
- CGO_ENABLED=0
- goos:
- linux
- darwin
- windows
goarch:
- amd64
- arm64
- arm
goarm:
- 7
ignore:
- goos: windows
goarch: arm
goarm: 6
- goos: windows
goarch: arm64
main: ./cmd/mc-router
binary: mc-router
env:
- CGO_ENABLED=0
archives:
- id: tar_gz
format: tar.gz
@ -35,8 +37,8 @@ archives:
- goos: windows
format: zip
files:
- LICENSE*
- README*
- LICENSE*
- README*
snapshot:
name_template: SNAPSHOT-{{ .ShortCommit }}
dockers: