Unverified Commit 0ad6e9b9 authored by Ulrik Strid's avatar Ulrik Strid Committed by GitHub
Browse files

fluxcd: build with CGO_ENABLED=0 to match upstream (#515746)

parents 9cd64cea 115d1ee2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,6 +39,8 @@ buildGoModule rec {
    rm source/cmd/flux/create_secret_git_test.go
  '';

  env.CGO_ENABLED = 0;

  ldflags = [
    "-s"
    "-w"