ci: build goarm only for v7
This commit is contained in:
+22
-20
@@ -10,24 +10,26 @@ brews:
|
|||||||
- install: |
|
- install: |
|
||||||
bin.install "mc-router"
|
bin.install "mc-router"
|
||||||
builds:
|
builds:
|
||||||
- goos:
|
- goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
- windows
|
- windows
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
- arm64
|
- arm64
|
||||||
- arm
|
- arm
|
||||||
ignore:
|
goarm:
|
||||||
- goos: windows
|
- 7
|
||||||
goarch: arm
|
ignore:
|
||||||
goarm: 6
|
- goos: windows
|
||||||
- goos: windows
|
goarch: arm
|
||||||
goarch: arm64
|
goarm: 6
|
||||||
main: ./cmd/mc-router
|
- goos: windows
|
||||||
binary: mc-router
|
goarch: arm64
|
||||||
env:
|
main: ./cmd/mc-router
|
||||||
- CGO_ENABLED=0
|
binary: mc-router
|
||||||
|
env:
|
||||||
|
- CGO_ENABLED=0
|
||||||
archives:
|
archives:
|
||||||
- id: tar_gz
|
- id: tar_gz
|
||||||
format: tar.gz
|
format: tar.gz
|
||||||
@@ -35,8 +37,8 @@ archives:
|
|||||||
- goos: windows
|
- goos: windows
|
||||||
format: zip
|
format: zip
|
||||||
files:
|
files:
|
||||||
- LICENSE*
|
- LICENSE*
|
||||||
- README*
|
- README*
|
||||||
snapshot:
|
snapshot:
|
||||||
name_template: SNAPSHOT-{{ .ShortCommit }}
|
name_template: SNAPSHOT-{{ .ShortCommit }}
|
||||||
dockers:
|
dockers:
|
||||||
|
|||||||
Reference in New Issue
Block a user