Add Linux aarch64 support to install.sh#26
Open
cwoolum wants to merge 1 commit intolinear:mainfrom
Open
Conversation
The Linear Release CLI v0.9.0 ships a `linear-release-linux-arm64` asset, but install.sh still rejects Linux aarch64 runners with "Unsupported Linux arch". Map aarch64/arm64 to the new asset so the action works on ARM64 runners (RunsOn `pool=*-arm`, GitHub-hosted `ubuntu-*-arm`, self-hosted Graviton, etc.). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Author
|
@RomainCscn , is this something you would consider merging? |
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.
Problem
The Linear Release CLI ships a
linear-release-linux-arm64asset as of v0.9.0 (PR linear/linear-release#41), but this action'sinstall.shstill hard-rejects Linux aarch64:This breaks the action on every ARM64 Linux runner — RunsOn
pool=*-arm, GitHub-hostedubuntu-*-arm, self-hosted Graviton, etc.Fix
Map
aarch64/arm64uname -moutput to the newlinear-release-linux-arm64asset, mirroring the existing macOS arch-detection branch.Test plan
install.shsyntax check (bash -n install.sh)https://github.com/linear/linear-release/releases/download/v0.9.0/linear-release-linux-arm64