You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@yunikorn.apache.org by GitBox <gi...@apache.org> on 2022/05/18 10:28:02 UTC

[GitHub] [yunikorn-k8shim] craigcondit commented on pull request #426: [YUNIKORN-1212] Auto-detect build architecture

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: reviews-unsubscribe@yunikorn.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org