Skip to content

ARCH="amd64":通过本地虚机测试验证时,X86_64参数对应调整? #1031

Answered by Congrool
SUMMERLm asked this question in Q&A
Discussion options

You must be logged in to vote

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

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants