-
|
bash: line 130: /home/sgcho78/kustomize: cannot execute binary file: Exec format error 위와 같은 오류가 발생하여 진행을 하지 못하고 있습니다. 환경은 |
Beta Was this translation helpful? Give feedback.
Answered by
posquit0
Apr 11, 2022
Replies: 1 comment
-
|
안녕하세요~ 다른 도구들도 모두 M1 환경에서는 Kustomize
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posquit0
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
안녕하세요~
강의 내용에서의 설치는
arm64프로세서 상의 환경을 기준으로 하고 있어 해당 오류가 발생하고 있는 것으로 보입니다.M1 맥북의 경우
arm64가 아닌amd64프로세서의 운영체제라서 따로 바이너리를 공식 홈페이지에서 설치하여 진행이 필요해보입니다.다른 도구들도 모두 M1 환경에서는
amd64버전을 찾아 설치해야 되는 점 참고 바랍니다.Kustomize