Skip to content

Commit fe72c8d

Browse files
committed
CI for ARM should appear as ARM
1 parent 5cddd0a commit fe72c8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/kcpp-build-release-arm64.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
export CC=aarch64-linux-gnu-gcc
3838
export CXX=aarch64-linux-gnu-g++
3939
export AR=aarch64-linux-gnu-ar
40+
export UNAME_M=aarch64
41+
export UNAME_S=Linux
4042
4143
make LLAMA_PORTABLE=1
4244
chmod +x './create_ver_file.sh'

0 commit comments

Comments
 (0)