From c864453b334a2faed287e3abe710f39974910c53 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Tue, 11 Jul 2023 09:12:26 +0900 Subject: [PATCH] Support linux arm64 --- .goreleaser.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 29c2884..ec01063 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -11,6 +11,7 @@ builds: - linux goarch: - amd64 + - arm64 main: ./cmd/gh-setup/main.go ldflags: - -s -w -X github.com/k1LoW/gh-setup.version={{.Version}} -X github.com/k1LoW/gh-setup.commit={{.FullCommit}} -X github.com/k1LoW/gh-setup.date={{.Date}} -X github.com/k1LoW/gh-setup/version.Version={{.Version}}