From 18d45fa9aa65312f61835730f543677307e43008 Mon Sep 17 00:00:00 2001 From: sheepla <62412884+sheepla@users.noreply.github.com> Date: Sun, 1 Jan 2023 22:46:37 +0900 Subject: [PATCH] Remove darwin from the build target #7 --- .goreleaser.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index a3a24fe..e7275c7 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -12,12 +12,9 @@ builds: goos: - linux - windows - - darwin + # - darwin ldflags: - -w -s -X main.appVersion={{.Version}} -X main.appRevision={{.Commit}} - ignore: - - goos: darwin - goarch: arm64 archives: - id: foo name_template: >-