flyctl: fix cross compilation

This commit is contained in:
Nick Cao 2024-06-29 11:22:28 -04:00
parent b75986fd26
commit e650e23dd8
No known key found for this signature in database

View File

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