Describe the Feature
Add official aarch64 release builds to the release workflow, so ARM64 users can download prebuilt release artifacts the same way x86_64 users can today.
Problem or Use Case
OBK already builds successfully on aarch64 systems like Asahi Linux using the current build instructions. However, the repo's release workflow currently does not produce aarch64 artifacts, so ARM64 users must build from source manually.
Proposed Solution
Building OBK with the current installation instructions works fine in Asahi linux. Therefore, it should be simple to add the aarch64 build to the releases by just adding an aarch64 runner (e.g. ubuntu-24.04-arm) in the deploy workflow.
I'd be happy to try creating a pr but I think I'll need some guidance.
Additional Context
No response
Describe the Feature
Add official aarch64 release builds to the release workflow, so ARM64 users can download prebuilt release artifacts the same way x86_64 users can today.
Problem or Use Case
OBK already builds successfully on aarch64 systems like Asahi Linux using the current build instructions. However, the repo's release workflow currently does not produce aarch64 artifacts, so ARM64 users must build from source manually.
Proposed Solution
Building OBK with the current installation instructions works fine in Asahi linux. Therefore, it should be simple to add the aarch64 build to the releases by just adding an aarch64 runner (e.g. ubuntu-24.04-arm) in the deploy workflow.
I'd be happy to try creating a pr but I think I'll need some guidance.
Additional Context
No response