Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function build {
echo "Building ${osname}-${GOARCH} binary"
export GOOS
export GOARCH
go build -ldflags "$ldflags" -o $buildpath/$target go/cmd/gh-ost/main.go
CGO_ENABLED=0 go build -ldflags "$ldflags" -o $buildpath/$target go/cmd/gh-ost/main.go
Comment thread
meiji163 marked this conversation as resolved.
Outdated

if [ $? -ne 0 ]; then
echo "Build failed for ${osname} ${GOARCH}."
Expand Down
Loading