goreleaser: updated build command

This commit is contained in:
David Allen 2024-11-13 17:41:42 -07:00
parent 34845f6a5c
commit 0bbd22a558
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -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.