From 1d35c38344b5840a7bfc4f88ca2c2cff59289809 Mon Sep 17 00:00:00 2001 From: Zach Hill Date: Wed, 30 Aug 2023 16:45:37 -0700 Subject: [PATCH] fix: updates build os and arch to linux+mac and amd64+arm64 only Signed-off-by: Zach Hill --- .goreleaser.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index c1efe4f..c6d8e6e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -11,6 +11,10 @@ builds: - CGO_ENABLED=0 goarch: - amd64 + - arm64 + goos: + - linux + - darwin checksum: name_template: 'checksums.txt' snapshot: