From d76cf95c367bfd9ca7c891031f73b1b316cc6924 Mon Sep 17 00:00:00 2001 From: lenye Date: Wed, 15 Nov 2023 12:13:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=B7=BB=E5=8A=A0=20os=20openbsd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 8629a91..5ed3640 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -26,6 +26,7 @@ builds: - windows - darwin - freebsd + - openbsd goarch: - amd64 - arm64 @@ -41,10 +42,9 @@ builds: ignore: - goos: windows goarch: arm - - goos: darwin - goarch: 386 - - goos: darwin + - goos: openbsd goarch: arm + goarm: 6 mod_timestamp: '{{ .CommitTimestamp }}'