Skip to content

Commit

Permalink
only sign udp-proxy-2020 binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
synfinatic committed May 23, 2021
1 parent ae201bc commit 308dbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 308dbf0

Please sign in to comment.