mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
Merge pull request #323400 from NickCao/flyctl-cross
flyctl: fix cross compilation
This commit is contained in:
commit
cd6602819b
@ -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