From f0a85b2b6e746f6da90ca85187ec2bb658490740 Mon Sep 17 00:00:00 2001 From: Benj Fassbind Date: Tue, 12 Jul 2022 14:08:14 +0200 Subject: [PATCH] Fix release build --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c26edf77..7207c05c 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ goxc: dev cp completion.d/aptly root/etc/bash_completion.d/ cp completion.d/_aptly root/usr/share/zsh/vendor-completions/ gzip root/usr/share/man/man1/aptly.1 + go generate goxc -pv=$(VERSION) -max-processors=2 $(GOXC_OPTS) release: GOXC_OPTS=-tasks-=bintray,go-vet,go-test,rmbin