You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in db6b89bc69c3
standard_init_linux.go:228: exec user process caused: exec format error
The command '/bin/sh -c apt-get update && apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-pip cmake' returned a non-zero code: 1
Makefile:6: recipe for target 'build' failed
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
Nvidia Jetson nano based on Arm64v2, this error is showing at that time of building.
Also, I have tested the build command with make build ARCH=arm64v8. But the error is the same.
Still, it is a long time ago, so need time to simulate again.
Currently, we closed this R&D topic from our side, but we will test the solution if you provide it.
Error :
[Warning] The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
---> Running in db6b89bc69c3
standard_init_linux.go:228: exec user process caused: exec format error
The command '/bin/sh -c apt-get update && apt-get install -y python${PYTHON_VERSION} python${PYTHON_VERSION}-pip cmake' returned a non-zero code: 1
Makefile:6: recipe for target 'build' failed
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered: