How about build and release tauri-cli for more platform. #11380
liudonghua123
started this conversation in
Ideas
Replies: 1 comment
-
I agree that this would nice (not nice for our release ci times though), until then however, would using the npm cli be a valid alternative? Doing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am write a small tauri-build project which build a multi-platform docker images for easy build tauri app.
I only find a x86_64 prebuild in https://github.com/tauri-apps/tauri/releases/tag/tauri-cli-v2.0.3 for linux. How about add more targets in the ci like i386, arm64 and armv7.
I have to build tauri-cli from source in my Dockerfile currently.
cargo install tauri-cli
will spend a few hours in github action runner. Maybe this step could replace by downloading the prebuild tauri-cli binary for installing.Beta Was this translation helpful? Give feedback.
All reactions