Skip to content

[x11] Fallback to uname -m if arch is not available #144

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Fhavyre
Copy link

@Fhavyre Fhavyre commented May 3, 2025

Arch-based systems don't provide the arch command by default.
This patch falls back to uname -m, which gives the same result, to
ensure compatibility without affecting other distributions.

Fixes #143

I agree that my contributions are licensed under the MIT License.
You can find a copy of this license at https://opensource.org/licenses/MIT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

platform.sh script fails to detect cpu
1 participant