mirror of https://github.com/restic/restic.git
Disable gox cross compile on darwin
This commit is contained in:
parent
6e3486fee8
commit
fd0c3d969d
|
@ -28,6 +28,7 @@ install:
|
|||
- go get github.com/mattn/goveralls
|
||||
- go get github.com/mitchellh/gox
|
||||
- go version | grep -q "go1\.3" && export GOX_ARCH="386 amd64" || true
|
||||
- go version | grep -q "darwin" && export GOX_OS="darwin" || true
|
||||
- echo "cross-compile for \"$GOX_OS\" on \"$GOX_ARCH\""
|
||||
- gox -build-toolchain -os "$GOX_OS" -arch "$GOX_ARCH"
|
||||
|
||||
|
|
Loading…
Reference in New Issue