-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
The current build time for the linux/arm64 image in CI is around 45 minutes (judging by recent runs). That's pretty long! This is in large part because it's running on amd64 hardware emulating arm64 with QEMU instead of running natively on arm64 hardware.
It's come to my attention (again, but I didn't look into it last time) that we could be running this build on actual arm64 hardware by using GitHub's "large" runners. This would cost us money, as large runners are not included gratis like the standard runners we use now.
We may not want to do this, and that's fine, but I wanted to record it somewhere.
Metadata
Metadata
Assignees
Labels
No labels