From ca6e4a862506b751b528e018bc36918ff1ccf5a4 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Thu, 14 Nov 2024 13:43:28 -0700 Subject: [PATCH] goreleaser: fix typo with builds.flags --- .goreleaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index fcf715b..5bd35f7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -12,7 +12,7 @@ builds: - amd64 - arm64 flags: - - -tags:all + - -tags=all archives: - format: tar.gz # this name template makes the OS and Arch compatible with the results of uname.