-
I'm currently doing multi-arch builds with
and this works, but the x86 build takes 45 seconds and the arm build takes 25 minutes, presumably due to being run inside qemu. I feel like it should be possible to run the x86 build on an x86 runner, the arm build on an arm runner, and then combine the two results (in a third workflow that depends on the first two) -- but my google-fu is failing to find anybody who's done this before, let alone documented the process, let alone packaged the steps into some re-usable Actions. Has anybody done this / have any hints? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
We have started to work on a reusable workflow to distribute builds across runners: #1321 |
Beta Was this translation helpful? Give feedback.
We have started to work on a reusable workflow to distribute builds across runners: #1321