Unverified Commit e650e23d authored by Nick Cao's avatar Nick Cao
Browse files

flyctl: fix cross compilation

parent b75986fd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@ buildGoModule rec {
  patches = [ ./disable-auto-update.patch ];

  preBuild = ''
    go generate ./...
    GOOS= GOARCH= CGO_ENABLED=0 go generate ./...
  '';

  preCheck = ''