mirror of
https://github.com/cnbattle/drone-upx.git
synced 2026-06-04 18:24:03 +08:00
18 lines
962 B
Markdown
18 lines
962 B
Markdown
# 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
|
|
``` |