flyctl: fix cross compilation
This commit is contained in:
parent
b75986fd26
commit
e650e23dd8
@ -27,7 +27,7 @@ buildGoModule rec {
|
||||
patches = [ ./disable-auto-update.patch ];
|
||||
|
||||
preBuild = ''
|
||||
go generate ./...
|
||||
GOOS= GOARCH= CGO_ENABLED=0 go generate ./...
|
||||
'';
|
||||
|
||||
preCheck = ''
|
||||
|
Loading…
Reference in New Issue
Block a user