From ee55e6b7ed4add297c371d6e9d29bd8a0465a1a4 Mon Sep 17 00:00:00 2001 From: xuu Date: Mon, 29 May 2023 10:20:33 -0600 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 8508837..fe4df06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,6 +16,11 @@ steps: commands: - 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 type: docker