This commit is contained in:
parent
9f44b4e6ab
commit
ee55e6b7ed
|
@ -16,6 +16,11 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- go build -ldflags "-s -w" -o build/ev ./cmd/ev
|
- go build -ldflags "-s -w" -o build/ev ./cmd/ev
|
||||||
|
|
||||||
|
- name: compress
|
||||||
|
image: gruebel/upx:latest
|
||||||
|
commands:
|
||||||
|
- upx --best --lzma -o ev build/ev
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
|
|
Loading…
Reference in New Issue
Block a user