From ffa0efcce86cc21ed6b9875b5c8b9dc8a75afa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=85=E7=B1=B3=20=E6=8B=93=E9=A6=AC?= Date: Sun, 31 Mar 2024 08:03:33 +0900 Subject: [PATCH] Support arm64 for go bin --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index d3b57c5..c68b69c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -11,6 +11,7 @@ builds: - linux goarch: - amd64 + - arm64 ldflags: - -s -w -X github.com/takumakume/sbomreport-to-dependencytrack/version.Version={{.Version}} -