tauri-apps / tauri-action

Build your Web application as a Tauri binary for macOS, Linux and Windows
https://tauri.app
MIT License
782 stars 134 forks source link

fix: rename arm64 to aarch64 in rpm package #821

Closed pewsheen closed 3 weeks ago

pewsheen commented 3 weeks ago

Should fix https://github.com/tauri-apps/tauri/issues/10031

In some cases, getTargetInfo returns arm64 as the arch.

RPM seems to officially use aarch64 instead of arm64, so we should also convert arm64 to aarch64.

Haven't tested it yet..

FabianLars commented 3 weeks ago

Honestly would still prefer to have all bundles use the same format in the file name... But let's merge this either way so it works for them in the meantime but keep the tauri issue open for now.