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:
parent
526688c7e3
commit
fa66472128
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