From 1e2e2702be31942d99985adda8fe6400f34647cb Mon Sep 17 00:00:00 2001 From: shanilhirani <48246737+shanilhirani@users.noreply.github.com> Date: Wed, 18 Sep 2024 14:44:10 +0100 Subject: [PATCH] fix(goreleaser): support for arm64 and single binaries (#18) --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 20faa2d..30395ff 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -12,6 +12,10 @@ builds: - windows goarch: - amd64 + - arm64 +universal_binaries: + - replace: true + archives: - format_overrides: - goos: windows