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
In AWS, latest almost EC2's instance types are arm64 architecture. e.f. C6, M6(except M6i)
Therefore, it could not work on arm64 instance types and use buildx docker's option if respond in this case.
Issue Summary
Currently Redash's docker images are build on default CPU Architecture as x86_64.
https://github.com/getredash/redash/blob/master/.circleci/docker_build
In AWS, latest almost EC2's instance types are arm64 architecture. e.f. C6, M6(except M6i)
Therefore, it could not work on arm64 instance types and use buildx docker's option if respond in this case.
https://docs.docker.com/buildx/working-with-buildx/
Steps to Reproduce
Technical details:
The text was updated successfully, but these errors were encountered: