Loongson support; more support for x86 and ARM #95

Open
opened 2025-06-05 16:36:49 -04:00 by nihil-admirari · 0 comments
nihil-admirari commented 2025-06-05 16:36:49 -04:00 (Migrated from github.com)

Xray-core provides Loongson binaries, but install script doesn't handle this architecture. Adding the following case should be enough:

loongarch64 )
    MACHINE=loong64
    ;;

Also, according to https://stackoverflow.com/a/78630608, there are i[3456]86 versions of x86, and a plethora of armv5*armv7*.

Xray-core provides Loongson binaries, but install script doesn't handle this architecture. Adding the following case should be enough: ```sh loongarch64 ) MACHINE=loong64 ;; ``` Also, according to https://stackoverflow.com/a/78630608, there are `i[3456]86` versions of x86, and a plethora of `armv5*`–`armv7*`.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
XTLS/Xray-install#95
No description provided.