Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Switch backend container to Graviton #383

Open
zganger opened this issue May 15, 2024 · 2 comments
Open

[FEATURE] Switch backend container to Graviton #383

zganger opened this issue May 15, 2024 · 2 comments
Assignees

Comments

@zganger
Copy link
Collaborator

zganger commented May 15, 2024

Graviton performs better and consumes less power and therefore costs 20% less than intel systems. We can adopt it for our backend containers.

Steps:

  • add --platform=linux/arm64 to docker builds in GitHub actions
  • update the ECR task role to use graviton/ linux ARM hosts to run the jobs
  • merge and deploy
@zganger
Copy link
Collaborator Author

zganger commented May 15, 2024

note: we could consider on Frontend containers as well but I haven't tested. That could be a separate issue if we like this.

@mikeyavorsky mikeyavorsky self-assigned this May 15, 2024
@mikeyavorsky
Copy link
Collaborator

Doesn't work without arm64 Github Actions runner (currently in private beta?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants