codeforboston / police-data-trust

A national archive of police data collected by journalists, lawyers, and activists around the country.
https://www.nationalpolicedata.org
MIT License
47 stars 82 forks source link

[FEATURE] Switch backend container to Graviton #383

Closed zganger closed 5 months ago

zganger commented 6 months ago

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

Steps:

zganger commented 6 months ago

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 commented 6 months ago

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

zganger commented 5 months ago

This has been resolved by using qemu in actions to build. We could probably speed it up a little bit when the arm64 actions runner comes out, but until then this can be closed as done.