softwareconstruction240 / autograder

Autograder for BYU's CS 240 Chess project
https://cs240.click
2 stars 2 forks source link

Use ARM64 for docker deployment job (Wait until full feature release) #384

Open pawlh opened 1 month ago

pawlh commented 1 month ago

GitHub has recently made ARM64 runners available, removing the need to use qemu when building for the production deployment

https://github.blog/2024-06-03-arm64-on-github-actions-powering-faster-more-efficient-build-systems/

The only reason I can see why this would not be feasible is if softwareconstruction240's GitHub plan is incompatible

19mdavenport commented 1 month ago

This availability is still in public beta. We will need to wait until this feature is fully released, but good to keep in mind: https://github.com/github/roadmap/issues/970