Add support to armv7
This commit is contained in:
commit
edd8eba365
1 changed files with 7 additions and 1 deletions
|
@ -20,9 +20,15 @@ builds:
|
||||||
- CGO_ENABLED=0
|
- CGO_ENABLED=0
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
# - windows
|
|
||||||
- darwin
|
- darwin
|
||||||
|
|
||||||
|
targets:
|
||||||
|
- linux_amd64_v1
|
||||||
|
- darwin_arm64
|
||||||
|
- darwin_amd64
|
||||||
|
- linux_arm_6
|
||||||
|
- linux_arm_7
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
# this name template makes the OS and Arch compatible with the results of `uname`.
|
# this name template makes the OS and Arch compatible with the results of `uname`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue