Skip to content

Commit

Permalink
aarch64を追加 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lapis256 authored Jan 21, 2022
1 parent 72f8f31 commit f0fb831
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ jobs:
ld_symlink_name: ld-linux-armhf.so.3
build_opts: --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --use_openmp --config Release --parallel --update --build --build_shared_lib
result_dir: build/Linux/Release
- artifact_name: onnxruntime-linux-arm64-cpu
os: ubuntu-18.04
cc_version: '8'
cxx_version: '8'
arch: aarch64-linux-gnu
ld_symlink_name: ld-linux-aarch64.so.1
build_opts: --arm64 --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=aarch64 --use_openmp --config Release --parallel --update --build --build_shared_lib
result_dir: build/Linux/Release

env:
ONNXRUNTIME_VERSION: v1.10.0
Expand Down

0 comments on commit f0fb831

Please sign in to comment.