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

Merge pull request #109 from DanielHeath/fix-comment

Fix comment: Upload the right binary
This commit is contained in:
Zack 2018-01-27 07:56:16 -05:00 committed by GitHub
commit fb6405ba1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: