with cgo disabled

This commit is contained in:
2022-10-31 02:02:00 +01:00
parent 217e9c5a4d
commit c4663856c4
2 changed files with 9 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ func BuildGolangBin() *cobra.Command {
},
BuildPath: "main.go",
BinName: "main",
CGOEnabled: false,
ExecuteOnEntrypoint: false,
}).
Execute(ctx)