goreleaser: fix typo with builds.flags

This commit is contained in:
David Allen 2024-11-14 13:43:28 -07:00
parent a55ecf2b88
commit ca6e4a8625
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -12,7 +12,7 @@ builds:
- amd64 - amd64
- arm64 - arm64
flags: flags:
- -tags:all - -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.