Replies: 2 comments 4 replies
-
well, you linked the guide for it. afaik it still works, at least if you're okay with only a .deb and .rpm since the appimage tooling still doesn't support cross compilation. here's the pr for the v2 port of that guide btw tauri-apps/tauri-docs#2981 - it's essentially the same with updated package versions. |
Beta Was this translation helpful? Give feedback.
-
Well, I managed to successfully build an application under armv7 based on an Ubuntu image. The main problem with loading sources was using the new
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have some simple tauri 2 projects, that I want to cross-compile, to be able to run them on armv7 device, to check if it works, but I only found some outdated topics for tauri 1
#4528
https://v1.tauri.app/v1/guides/building/linux/#cross-compiling-tauri-applications-for-arm-based-devices
I have such dockerfile
but due problem with dependencies, this shows such error
Looks that problematic is
python3-mako:armhf
package and I cannot install it viaapt install python3-mako:armhf
but I can viaapt install python3-mako:all
orapt install python3-mako
, but this not fixes compilation problemshttps://packages.debian.org/bookworm/python3-mako - is not available directly for
armhf
, but only forall
Is there any official docs, how to cross-compile tauri app to arm?
Beta Was this translation helpful? Give feedback.
All reactions