From b075c13a68ed0eadf1174eea3155353bc20547ae Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Thu, 30 Apr 2026 19:16:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Release=20=E5=A2=9E=E5=8A=A0=20armv5=20?= =?UTF-8?q?=E6=9E=B6=E6=9E=84=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/conf/.goreleaser.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/conf/.goreleaser.yml b/.github/conf/.goreleaser.yml index 37e2173..9187500 100644 --- a/.github/conf/.goreleaser.yml +++ b/.github/conf/.goreleaser.yml @@ -16,7 +16,7 @@ builds: - CGO_ENABLED=0 goos: [windows, linux, darwin, freebsd, solaris] goarch: [amd64, arm64, "386", arm, mips, mips64, mipsle] - goarm: ["6", "7"] + goarm: ["5", "6", "7"] gomips: [softfloat] ignore: - goos: darwin @@ -69,7 +69,7 @@ builds: - CGO_ENABLED=0 goos: [windows, linux, darwin, freebsd, solaris] goarch: [amd64, arm64, "386", arm, mips, mips64, mipsle] - goarm: ["6", "7"] + goarm: ["5", "6", "7"] gomips: [softfloat] ignore: - goos: darwin @@ -231,10 +231,10 @@ release: | 平台 | 架构 | |------|------| - | Linux | x64, x32, arm64, armv6, armv7, mips, mips64, mipsle | + | Linux | x64, x32, arm64, armv5, armv6, armv7, mips, mips64, mipsle | | Windows | x64, x32 | | macOS | x64, arm64 | - | FreeBSD | x64, x32, arm64, armv6, armv7 | + | FreeBSD | x64, x32, arm64, armv5, armv6, armv7 | | Solaris | x64 | footer: | **完整更新日志**: https://github.com/{{ .Env.GITHUB_OWNER }}/{{ .Env.GITHUB_REPO }}/compare/{{ .PreviousTag }}...{{ .Tag }}