From db0b53b139ff0c114e543ca62ec8e13d244e30e3 Mon Sep 17 00:00:00 2001 From: ZacharyZcR Date: Sat, 25 Apr 2026 18:13:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(ci):=20=E6=89=A9=E5=B1=95=20UPX=20=E5=8E=8B?= =?UTF-8?q?=E7=BC=A9=E8=8C=83=E5=9B=B4=E8=A6=86=E7=9B=96=20ARM/MIPS/FreeBS?= =?UTF-8?q?D=20=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/conf/.goreleaser.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/conf/.goreleaser.yml b/.github/conf/.goreleaser.yml index 172a4ff..37e2173 100644 --- a/.github/conf/.goreleaser.yml +++ b/.github/conf/.goreleaser.yml @@ -137,8 +137,8 @@ builds: upx: - ids: [fscan, fscan-nolocal, fscan-web] enabled: true - goos: [windows, linux] - goarch: [amd64, "386"] + goos: [windows, linux, freebsd] + goarch: [amd64, "386", arm, arm64, mips, mipsle] compress: best brute: false lzma: false