mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
chore: allow to set CGO flags in makefile (#22437)
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
This commit is contained in:
parent
881448ec76
commit
a628db994b
1 changed files with 3 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -3,7 +3,9 @@ CURRENT_DIR=$(shell pwd)
|
|||
DIST_DIR=${CURRENT_DIR}/dist
|
||||
CLI_NAME=argocd
|
||||
BIN_NAME=argocd
|
||||
CGO_FLAG=0
|
||||
|
||||
# When using OSX/Darwin, you might need to enable CGO for local builds
|
||||
CGO_FLAG?=0
|
||||
|
||||
GEN_RESOURCES_CLI_NAME=argocd-resources-gen
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue