Build aarch64/armhf on ubuntu-24.04-arm#124
Conversation
|
Ah, we're still using qemu here. I thought I had migrated this repository as well. |
|
Would it make sense using the -arm runner for armhf as well? It'd still require qemu, but it might be faster than x86_64. |
|
Yes, it would. See https://github.com/AppImage/appimagetool/blob/main/.github/workflows/build.yml where I changed this already. |
|
Build for testing: |
a5ca4cd to
277078f
Compare
|
@bastimeyer thank you for your efforts to help this project. Really appreciate it! |
|
Build for testing: |
277078f to
18e0b6f
Compare
|
Build for testing: |
18e0b6f to
d5d2b06
Compare
|
Build for testing: |
|
Thanks, this really speeds up the builds! |
That should fix the recent build errors on aarch64. The runners have been running smoothly on the branch of my fork.
Split into two commits, for the docker-based builds and for the chroot-based builds.
The second commit also removes what looks like a superfluous cp command.