disable cgo
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-10-26 12:32:19 +11:00
parent b9b9024a45
commit 429e5f1a44

View File

@@ -1,5 +1,8 @@
#!/bin/sh
# disable CGO for cross-compiling
export CGO_ENABLED=0
export now=$(TZ=Australia/Sydney date '+%Y%m%d-%H%M%S')
echo $now
echo "build commences"