mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
fix(ci): 扩展 UPX 压缩范围覆盖 ARM/MIPS/FreeBSD 架构
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user