Hacker News new | ask | show | jobs
by sofixa 1295 days ago
> GitHub actions can build a container in a few minutes in x64 or 35 minutes in arm64

What type of container, and on what runner? That has not been my experience at all, a cross-compiling buildx build with Python and a bunch of libraries takes only slightly longer for arm64 than it did for x86.

1 comments

My favorite way to watch this slow down is to introduce some node workloads into the build workflow.