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:
commit
fb6405ba1b
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ linuxarm:
|
|||||||
.PHONY: linux32
|
.PHONY: linux32
|
||||||
linux32:
|
linux32:
|
||||||
env GOOS=linux GOARCH=386 go build ${LDFLAGS} -o dist/cowyo_linux_32bit
|
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
|
.PHONY: linux64
|
||||||
linux64:
|
linux64:
|
||||||
|
Loading…
Reference in New Issue
Block a user