mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-06-03 00:19:56 -04:00
IA32 ARM64 support
This commit is contained in:
parent
2936666a78
commit
ebaa4d954a
478 changed files with 10301 additions and 748 deletions
|
@ -26,6 +26,8 @@ fi
|
|||
|
||||
if uname -a | egrep -q 'x86_64|amd64'; then
|
||||
name=unsquashfs_64
|
||||
elif uname -a | egrep -q 'aarch64'; then
|
||||
name=unsquashfs_aa64
|
||||
else
|
||||
name=unsquashfs_32
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue