goreleaser: updated build command
This commit is contained in:
parent
34845f6a5c
commit
0bbd22a558
1 changed files with 5 additions and 3 deletions
|
|
@ -5,12 +5,14 @@ before:
|
|||
- go mod download
|
||||
- make plugins
|
||||
builds:
|
||||
- env:
|
||||
- CGO_ENABLED=1
|
||||
- id: "configurator"
|
||||
goos:
|
||||
- linux
|
||||
- linux
|
||||
goarch:
|
||||
- amd64
|
||||
- arm64
|
||||
flags:
|
||||
- -tags:all
|
||||
archives:
|
||||
- format: tar.gz
|
||||
# this name template makes the OS and Arch compatible with the results of uname.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue