mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 03:27:02 -07:00
goreleaser: fix typo with builds.flags
This commit is contained in:
parent
a55ecf2b88
commit
ca6e4a8625
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue