From 06a970022ef45bddb391d2c2de68c72fcc53ddbd Mon Sep 17 00:00:00 2001 From: Josh Humphries Date: Tue, 5 Jan 2021 12:42:15 -0500 Subject: [PATCH] =?UTF-8?q?darwin/386...=20=F0=9F=A4=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 22cee29..402a87c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -9,8 +9,8 @@ builds: - amd64 - 386 ignore: - - goos: freebsd - goarch: arm64 + - goos: darwin + goarch: 386 ldflags: - -s -w -X main.version=v{{.Version}}