tauri/.changes/bundler-gnueabi-armel.md
Olivier Lemasle dfba0ede68
fix(bundler): Detect ARM gnueabi as soft-float (fix: #10970) (#11084)
* Detect ARM gnueabi as soft-float (armel)

Detect ARM gnueabi as soft-float (armel) instead of hard-float (armhf).
Also change the signature of `tauri_bundler::bundle::Settings::binary_arch`
to return an enum instead of a `&str`.

* Update .changes/bundler-gnueabi-armel.md

* fix dmg

---------

Co-authored-by: Lucas Fernandes Nogueira <lucas@tauri.app>
Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
2024-09-24 11:13:22 -03:00

223 B

tauri-bundler
patch:bug

Detect ARM gnueabi as soft-float (armel) instead of hard-float (armhf). Also change the signature of tauri_bundler::bundle::Settings::binary_arch to return an enum instead of a &str.