1
0
mirror of https://github.com/schollz/cowyo.git synced 2023-08-10 21:13:00 +03:00

Upload the binary you built (ok, it's just a comment)

This commit is contained in:
Daniel Heath 2018-01-27 20:27:33 +11:00
parent 526688c7e3
commit fa66472128

View File

@ -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: