From fa66472128c6dba95357bb1fe2f6fd5e23c85e7a Mon Sep 17 00:00:00 2001 From: Daniel Heath Date: Sat, 27 Jan 2018 20:27:33 +1100 Subject: [PATCH] Upload the binary you built (ok, it's just a comment) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b8820b0..8161251 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ linuxarm: .PHONY: linux32 linux32: env GOOS=linux GOARCH=386 go build ${LDFLAGS} -o dist/cowyo_linux_32bit - #cd dist && upx --brute cowyo_linux_amd64 + #cd dist && upx --brute cowyo_linux_32bit .PHONY: linux64 linux64: