Skip to content

Add Linux Arm Support#735

Open
easton57 wants to merge 1 commit into
TibixDev:mainfrom
easton57:main
Open

Add Linux Arm Support#735
easton57 wants to merge 1 commit into
TibixDev:mainfrom
easton57:main

Conversation

@easton57

Copy link
Copy Markdown

Hey there,

This uses journalctl to check for EL2 and virtualization support. Unfortunately arm doesn't have virtualization features listed in /proc/cpuinfo.

@gitneko

gitneko commented May 22, 2026

Copy link
Copy Markdown

You should wrap the journalctl check into its own try block, because on non-ARM devices this will completely fail the virtualization check (due to a non-zero exit code of grep it will go to the catch block).

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.

2 participants