From aeb6ff17b2b5536df7f726b9c2adf2c94e2e9e47 Mon Sep 17 00:00:00 2001 From: Marco Argentieri <3596602+tiero@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:31:38 +0200 Subject: [PATCH] GoReleaser: Build also for arm64 architectures --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 4b96041..1c88a87 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,6 +9,7 @@ builds: - darwin goarch: - amd64 + - arm64 checksum: name_template: "checksums.txt"