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
+3 -1
View File
@@ -10,7 +10,7 @@ brews:
- install: | - install: |
bin.install "mc-router" bin.install "mc-router"
builds: builds:
- goos: - goos:
- linux - linux
- darwin - darwin
- windows - windows
@@ -18,6 +18,8 @@ builds:
- amd64 - amd64
- arm64 - arm64
- arm - arm
goarm:
- 7
ignore: ignore:
- goos: windows - goos: windows
goarch: arm goarch: arm