mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-14 10:59:41 +00:00
CI for ARM should appear as ARM
This commit is contained in:
parent
5cddd0a878
commit
fe72c8db9f
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue