File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ pipeline:
3030 image : docker.ci.interactive-instruments.de/cicd/upx
3131 commands :
3232 - cd xtracfg
33- - upx --best --no-zlma build/native/nativeCompile/xtracfg
33+ - upx --best build/native/nativeCompile/xtracfg
3434
3535 save :
3636 # image: woodpeckerci/plugin-s3
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ pipeline:
1313 upx :
1414 image : docker.ci.interactive-instruments.de/cicd/upx
1515 commands :
16- - upx --best --no-zlma xtractl/dist/linux-amd64/xtractl
17- - upx --best --no-zlma xtractl/dist/linux-arm64/xtractl
16+ - upx --best xtractl/dist/linux-amd64/xtractl
17+ - upx --best 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 @@ -13,8 +13,8 @@ pipeline:
1313 upx :
1414 image : docker.ci.interactive-instruments.de/cicd/upx
1515 commands :
16- - upx --best --no-zlma xtractl/dist/linux-amd64/xtractl
17- - upx --best --no-zlma xtractl/dist/linux-arm64/xtractl
16+ - upx --best xtractl/dist/linux-amd64/xtractl
17+ - upx --best 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