-
git clone https://github.com/openyurtio/openyurt.git |
Beta Was this translation helpful? Give feedback.
Answered by
Congrool
Oct 20, 2022
Replies: 1 comment
-
generic usage: GOOS=${target_os} GOARCH=${target_arch} CGO_ENABLED=0 make build WHAT=${binary_name} for linux/amd64, use GOOS=linux GOARCH=amd64 CGO_ENABLED=0 make build WHAT=yurtadm |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rambohe-ch
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
generic usage:
for linux/amd64, use