@@ -6,6 +6,7 @@ set -euo pipefail
function build() {
export GOOS=$1
export GOARCH=$2
+ export CGO_ENABLED=1
local artifact=dump2sql-$GOOS-$GOARCH