Skip to content

Commit

Permalink
update upx
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Dec 8, 2023
1 parent 2cff420 commit 35b510e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .woodpecker/xtracfg-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pipeline:
image: docker.ci.interactive-instruments.de/cicd/upx
commands:
- cd xtracfg
- upx --best --no-zlma build/native/nativeCompile/xtracfg
- upx --best build/native/nativeCompile/xtracfg

save:
#image: woodpeckerci/plugin-s3
Expand Down
4 changes: 2 additions & 2 deletions .woodpecker/xtractl-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pipeline:
upx:
image: docker.ci.interactive-instruments.de/cicd/upx
commands:
- upx --best --no-zlma xtractl/dist/linux-amd64/xtractl
- upx --best --no-zlma xtractl/dist/linux-arm64/xtractl
- upx --best xtractl/dist/linux-amd64/xtractl
- upx --best xtractl/dist/linux-arm64/xtractl

github:
image: meltwaterfoundation/github-cli:2.29.0
Expand Down
4 changes: 2 additions & 2 deletions .woodpecker/xtractl-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ pipeline:
upx:
image: docker.ci.interactive-instruments.de/cicd/upx
commands:
- upx --best --no-zlma xtractl/dist/linux-amd64/xtractl
- upx --best --no-zlma xtractl/dist/linux-arm64/xtractl
- upx --best xtractl/dist/linux-amd64/xtractl
- upx --best xtractl/dist/linux-arm64/xtractl

github:
image: meltwaterfoundation/github-cli:2.29.0
Expand Down

0 comments on commit 35b510e

Please sign in to comment.