File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments