cloudinit/build

10 lines
179 B
Plaintext
Raw Normal View History

2014-03-05 04:36:05 +04:00
#!/bin/bash -e
2014-05-10 12:42:57 +04:00
ORG_PATH="github.com/coreos"
REPO_PATH="${ORG_PATH}/coreos-cloudinit"
2014-03-05 04:36:05 +04:00
export GOBIN=${PWD}/bin
export GOPATH=${PWD}
2014-05-10 12:42:57 +04:00
go build -o bin/coreos-cloudinit ${REPO_PATH}