From ea31c365a187655de9e4edd04784c19dbd7e0748 Mon Sep 17 00:00:00 2001 From: Kevin Earls Date: Wed, 27 Jan 2021 09:52:07 +0100 Subject: [PATCH] Skip upx step on release for now because of issue #30 (#31) Signed-off-by: Kevin Earls --- .goreleaser.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index e871a0f..649b77c 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -19,9 +19,10 @@ builds: goarm: - 6 - 7 - hooks: - post: - - upx "{{ .Path }}" +# Workaround for issue #30 +# hooks: +# post: +# - upx "{{ .Path }}" archives: - format: binary checksum: