From a647d5773693379a411774d86b0d26970c51a009 Mon Sep 17 00:00:00 2001 From: Seth <18116602+sethkor@users.noreply.github.com> Date: Sat, 2 Oct 2021 11:13:54 +1000 Subject: [PATCH] Update go releaser and publis mac arm and a few other arm variants --- .goreleaser.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9f6f9fb..c90e6a9 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -20,12 +20,10 @@ builds: - arm goarm: - 6 -# - 7 + - 7 ignore: - goos: darwin goarch: 386 - - goos: darwin - goarch: arm64 - goos: darwin goarch: arm - goos: windows