From 0bbd22a5580661c394e68bae315e4c4ee3008297 Mon Sep 17 00:00:00 2001 From: "David J. Allen" Date: Wed, 13 Nov 2024 17:41:42 -0700 Subject: [PATCH] goreleaser: updated build command --- .goreleaser.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index b0351f8..fcf715b 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -5,12 +5,14 @@ before: - go mod download - make plugins builds: - - env: - - CGO_ENABLED=1 + - id: "configurator" goos: - - linux + - 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.