Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Disable cgo
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Nov 30, 2018
1 parent 665b4e5 commit 45b6f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

go build -o build/_output/bin/cf-operator
CGO_ENABLED=0 go build -o build/_output/bin/cf-operator

0 comments on commit 45b6f61

Please sign in to comment.