Unverified Commit cd660281 authored by Raghav Sood's avatar Raghav Sood Committed by GitHub
Browse files

Merge pull request #323400 from NickCao/flyctl-cross

flyctl: fix cross compilation
parents 5a17f970 e650e23d
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 = ''