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
- make plugins
builds:
- env:
- CGO_ENABLED=1
- id: "configurator"
goos:
- 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.