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
commit cd6602819b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ buildGoModule rec {
patches = [ ./disable-auto-update.patch ];
preBuild = ''
go generate ./...
GOOS= GOARCH= CGO_ENABLED=0 go generate ./...
'';
preCheck = ''