From 7e65b6a9d45ef0fbe5716c07a13613c36f7bdb17 Mon Sep 17 00:00:00 2001 From: YANGJINZE <91786638+KincaidYang@users.noreply.github.com> Date: Tue, 4 Jun 2024 18:47:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81=E6=9B=B4=E5=A4=9A=E6=9E=B6?= =?UTF-8?q?=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/KincaidYang/whois/issues/2 --- .goreleaser.yml | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 7c6878f..a25850a 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -6,4 +6,21 @@ archives: - LICENSE - README.md - config.json - \ No newline at end of file +builds: + - env: + - CGO_ENABLED=0 + goos: + - linux + - darwin + - windows + goarch: + - "386" + - amd64 + - arm + - arm64 + - ppc64 + goarm: + - "7" + ignore: + - goos: windows + goarch: arm