We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c127b7d commit 09a725cCopy full SHA for 09a725c
.gitignore
@@ -2,6 +2,7 @@
2
*~
3
*.swp
4
docker-ext-commands.txt
5
+bin/
6
7
# Compiled binary
8
azure-extensions-cli
README.md
@@ -79,6 +79,12 @@ and run:
79
export GO15VENDOREXPERIMENT=1
80
go build
81
82
+To cross compile:
83
+
84
+ go get github.com/mitchellh/gox
85
+ export PATH=$PATH:$GOPATH/bin
86
+ gox -arch="amd64" -os="windows linux darwin" -output "bin/{{.OS}}-{{.Arch}}_{{.Dir}}"
87
88
## Author
89
90
Ahmet Alp Balkan
0 commit comments