CI for ARM should appear as ARM

This commit is contained in:
Concedo 2024-12-06 00:12:30 +08:00
parent 5cddd0a878
commit fe72c8db9f

View file

@ -37,6 +37,8 @@ jobs:
export CC=aarch64-linux-gnu-gcc
export CXX=aarch64-linux-gnu-g++
export AR=aarch64-linux-gnu-ar
export UNAME_M=aarch64
export UNAME_S=Linux
make LLAMA_PORTABLE=1
chmod +x './create_ver_file.sh'