Skip to content

Commit

Permalink
Fixes #505
Browse files Browse the repository at this point in the history
#421 removed the last piece
of CGO dependant code. We we can stop building binaries with CGO
enabled now.
  • Loading branch information
c4milo committed Dec 4, 2015
1 parent 67385df commit fbd4840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ gox \
-arch="${XC_ARCH}" \
-osarch="!linux/arm !darwin/386" \
-ldflags "-X main.GitCommit ${GIT_COMMIT}${GIT_DIRTY}" \
-cgo \
-output "pkg/{{.OS}}_{{.Arch}}/nomad" \
.

Expand Down

0 comments on commit fbd4840

Please sign in to comment.