mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 05:01:53 +08:00
fix(ci): 扩展 UPX 压缩范围覆盖 ARM/MIPS/FreeBSD 架构
This commit is contained in:
@@ -137,8 +137,8 @@ builds:
|
|||||||
upx:
|
upx:
|
||||||
- ids: [fscan, fscan-nolocal, fscan-web]
|
- ids: [fscan, fscan-nolocal, fscan-web]
|
||||||
enabled: true
|
enabled: true
|
||||||
goos: [windows, linux]
|
goos: [windows, linux, freebsd]
|
||||||
goarch: [amd64, "386"]
|
goarch: [amd64, "386", arm, arm64, mips, mipsle]
|
||||||
compress: best
|
compress: best
|
||||||
brute: false
|
brute: false
|
||||||
lzma: false
|
lzma: false
|
||||||
|
|||||||
Reference in New Issue
Block a user