Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Compile without cgo for Linux #156

Merged
merged 1 commit into from
Oct 23, 2020
Merged
Changes from all commits
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
Compile without cgo for Linux
  • Loading branch information
cmoog committed Oct 23, 2020
commit 807ccee3e74b0d414cde684a09e372341bf6f629
2 changes: 1 addition & 1 deletion ci/steps/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@ else
echo "Please use an OSX machine to build Darwin tars."
fi

GOOS=linux GOARCH=amd64 build
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 build
GOOS=windows GOARCH=386 build