Skip to content

Commit 2cff420

Browse files
committed
update upx
1 parent a85e3c2 commit 2cff420

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.woodpecker/xtracfg-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ pipeline:
2727
- ./gradlew nativeCompile
2828

2929
upx:
30-
image: harshavardhanj/upx:3.95
30+
image: docker.ci.interactive-instruments.de/cicd/upx
3131
commands:
3232
- cd xtracfg
33-
- upx --best build/native/nativeCompile/xtracfg
33+
- upx --best --no-zlma build/native/nativeCompile/xtracfg
3434

3535
save:
3636
#image: woodpeckerci/plugin-s3

.woodpecker/xtractl-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pipeline:
1111
- CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="-s -w" -o dist/linux-arm64/xtractl
1212

1313
upx:
14-
image: harshavardhanj/upx:3.95
14+
image: docker.ci.interactive-instruments.de/cicd/upx
1515
commands:
16-
- upx --brute xtractl/dist/linux-amd64/xtractl
17-
- upx --brute xtractl/dist/linux-arm64/xtractl
16+
- upx --best --no-zlma xtractl/dist/linux-amd64/xtractl
17+
- upx --best --no-zlma xtractl/dist/linux-arm64/xtractl
1818

1919
github:
2020
image: meltwaterfoundation/github-cli:2.29.0

.woodpecker/xtractl-snapshot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ pipeline:
1111
- CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags="-s -w" -o dist/linux-arm64/xtractl
1212

1313
upx:
14-
image: harshavardhanj/upx:3.95
14+
image: docker.ci.interactive-instruments.de/cicd/upx
1515
commands:
16-
- upx --best xtractl/dist/linux-amd64/xtractl
17-
- upx --best xtractl/dist/linux-arm64/xtractl
16+
- upx --best --no-zlma xtractl/dist/linux-amd64/xtractl
17+
- upx --best --no-zlma xtractl/dist/linux-arm64/xtractl
1818

1919
github:
2020
image: meltwaterfoundation/github-cli:2.29.0

0 commit comments

Comments
 (0)