mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 11:37:00 -07:00
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
|
- go mod download
|
||||||
- make plugins
|
- make plugins
|
||||||
builds:
|
builds:
|
||||||
- env:
|
- id: "configurator"
|
||||||
- CGO_ENABLED=1
|
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
- amd64
|
- amd64
|
||||||
|
- arm64
|
||||||
|
flags:
|
||||||
|
- -tags:all
|
||||||
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
Add a link
Reference in a new issue