Merge pull request #323400 from NickCao/flyctl-cross

flyctl: fix cross compilation
This commit is contained in:
Raghav Sood
2024-06-30 10:00:26 +08:00
committed by GitHub
+1 -1
View File
@@ -27,7 +27,7 @@ buildGoModule rec {
patches = [ ./disable-auto-update.patch ];
preBuild = ''
go generate ./...
GOOS= GOARCH= CGO_ENABLED=0 go generate ./...
'';
preCheck = ''