forked from LaconicNetwork/kompose
Updates the cross compiling commands
Removed 32-Bit support, and pushes to the "bin" folder instead of "bundles"
This commit is contained in:
parent
3f10691838
commit
b19e973549
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ install:
|
||||
# kompile kompose for multiple platforms
|
||||
.PHONY: cross
|
||||
cross:
|
||||
gox -os="darwin linux windows" -arch="386 amd64" -output="bundles/kompose_{{.OS}}-{{.Arch}}/kompose" $(BUILD_FLAGS)
|
||||
gox -os="darwin linux windows" -arch="amd64" -output="bin/kompose-{{.OS}}-{{.Arch}}" $(BUILD_FLAGS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user