Skip to content

Commit 45a4e4b

Browse files
ci: Change linux from arm64 to aarch64
1 parent 1fe48eb commit 45a4e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUNTIME_DIR ?= runtimes
1010
WHISPER_CPP_DIR ?= whisper.cpp
1111

1212
# Platforms and architectures
13-
LINUX_ARCHS := x64 arm64
13+
LINUX_ARCHS := x64 aarch64
1414
MACOS_ARCHS := x86_64 arm64
1515
WINDOWS_ARCHS := x64
1616

0 commit comments

Comments
 (0)