Add Linux aarch64 release build#9
Merged
Merged
Conversation
Add a build-linux-arm job to the release CI that builds on ubuntu-24.04-arm using libtorch from second-state/libtorch-releases. The release job now produces a qwen3-audio-api-linux-aarch64.tar.gz archive alongside the existing x86_64 and macOS builds. Also add the Linux (aarch64) quick start section to the README. Signed-off-by: Michael Yuan <michael@secondstate.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The binary has RPATH set to $ORIGIN/libtorch/lib via patchelf, so libtorch is found automatically without LD_LIBRARY_PATH. Signed-off-by: Michael Yuan <michael@secondstate.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Same as aarch64 — the binary has RPATH set to $ORIGIN/libtorch/lib via patchelf, so libtorch is found automatically. Signed-off-by: Michael Yuan <michael@secondstate.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add instructions for building on aarch64 using libtorch from second-state/libtorch-releases. Also update libtorch version to 2.7.1 in the x86_64 build-from-source section. Signed-off-by: Michael Yuan <michael@secondstate.io> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
build-linux-armjob to the release CI workflow, running onubuntu-24.04-armwith libtorch fromsecond-state/libtorch-releases(v2.7.1 aarch64)qwen3-audio-api-linux-aarch64.tar.gzalongside the existing x86_64 and macOS archivesTest plan
build-linux-armjob completes successfullyqwen3-audio-api-linux-aarch64.tar.gzartifact is uploaded to the GitHub release🤖 Generated with Claude Code