https://github.com/cnbattle/drone-upx
DRONE UPX, UPX - the Ultimate Packer for eXecutables.
https://github.com/cnbattle/drone-upx
Last synced: 3 months ago
JSON representation
DRONE UPX, UPX - the Ultimate Packer for eXecutables.
- Host: GitHub
- URL: https://github.com/cnbattle/drone-upx
- Owner: cnbattle
- License: other
- Created: 2019-12-20T15:09:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T05:52:04.000Z (over 2 years ago)
- Last Synced: 2025-01-22T05:42:37.659Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 441 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# drone-upx
[](https://cloud.drone.io/cnbattle/drone-upx)
[](https://github.com/cnbattle/drone-upx)
[](https://goreportcard.com/report/github.com/cnbattle/drone-upx)
[](https://img.shields.io/docker/pulls/cnbattle/drone-upx.svg)
[](https://godoc.org/github.com/cnbattle/drone-upx)
[](https://github.com/996icu/996.ICU/blob/master/LICENSE)## Use
```
- name : upx
image: cnbattle/drone-upx
settings:
level: 9 //default 5
save_file: ./executable_upx_file
original_file: ./executable_original_file
```