Skip to content

Commit f0fb831

Browse files
authored
aarch64を追加 (#6)
1 parent 72f8f31 commit f0fb831

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ jobs:
2323
ld_symlink_name: ld-linux-armhf.so.3
2424
build_opts: --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --use_openmp --config Release --parallel --update --build --build_shared_lib
2525
result_dir: build/Linux/Release
26+
- artifact_name: onnxruntime-linux-arm64-cpu
27+
os: ubuntu-18.04
28+
cc_version: '8'
29+
cxx_version: '8'
30+
arch: aarch64-linux-gnu
31+
ld_symlink_name: ld-linux-aarch64.so.1
32+
build_opts: --arm64 --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=aarch64 --use_openmp --config Release --parallel --update --build --build_shared_lib
33+
result_dir: build/Linux/Release
2634

2735
env:
2836
ONNXRUNTIME_VERSION: v1.10.0

0 commit comments

Comments
 (0)