specify the needed target instead of using goos in go-releaser
This commit is contained in:
parent
e029f24f0a
commit
820419f2c5
1 changed files with 9 additions and 1 deletions
|
@ -21,7 +21,15 @@ builds:
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
- darwin
|
- darwin
|
||||||
- armhf
|
|
||||||
|
targets:
|
||||||
|
- go_first_class
|
||||||
|
- go_118_first_class
|
||||||
|
- linux_amd64_v1
|
||||||
|
- darwin_arm64
|
||||||
|
- darwin_amd64
|
||||||
|
- linux_arm_6
|
||||||
|
- linux_arm_7
|
||||||
|
|
||||||
archives:
|
archives:
|
||||||
- format: tar.gz
|
- format: tar.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue