-
Hi, how to build python console app for ubuntu20.04 armv7 via Github Action? |
Beta Was this translation helpful? Give feedback.
Answered by
rmartin16
May 19, 2025
Replies: 1 comment
-
You'll need to run the build in an emulated arm7 environment; this can be achieved many ways using QEMU. For instance, the uraimo/run-on-arch-action GitHub action can help simplify this process. A while back, I setup test builds for BeeWare apps using it; feel free to copy any of my setup there. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Jzhenli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You'll need to run the build in an emulated arm7 environment; this can be achieved many ways using QEMU.
For instance, the uraimo/run-on-arch-action GitHub action can help simplify this process. A while back, I setup test builds for BeeWare apps using it; feel free to copy any of my setup there.