craigcondit commented on PR #426:
URL: https://github.com/apache/yunikorn-k8shim/pull/426#issuecomment-1129840698

   > Is this an issue? or am I missing anything?
   
   That's expected, since your Docker installation is arm64. If you run with 
DOCKER_ARCH=amd64, the binaries themselves will be amd64, and I believe if you 
had an amd64 Docker installation it would work (as I don't have an M1 I can't 
verify this but I believe it is supported to install Docker/amd64).
   
   You can verify the architecture of the binaries using "file 
_output/bin/{binary}". The build flag changes the arch of the go binaries we 
build for Docker images but cannot control Docker itself. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to