From 308dbf04deedaf488950746532e1b83e42904850 Mon Sep 17 00:00:00 2001 From: Aaron Turner Date: Sun, 23 May 2021 14:44:38 -0700 Subject: [PATCH] only sign udp-proxy-2020 binaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d01fd89..607479a 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ $(STR2PCAP_NAME): str2pcap/*.go include help.mk # place after ALL target and before all other targets release: build-release - cd dist && shasum -a 256 * | gpg --clear-sign >release.sig + cd dist && shasum -a 256 udp-proxy-2020* | gpg --clear-sign >release.sig build-release: clean linux-amd64 linux-mips64 linux-arm64 linux-arm32 linux-arm32hf $(OUTPUT_NAME) freebsd docker ## Build our release binaries