From f0fb8315e5886d86b1aa4c8191bc46189a4c629e Mon Sep 17 00:00:00 2001 From: Lapis <45414333+Lapis256@users.noreply.github.com> Date: Fri, 21 Jan 2022 17:34:16 +0900 Subject: [PATCH] =?UTF-8?q?aarch64=E3=82=92=E8=BF=BD=E5=8A=A0=20(#6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c96cb8..9e29366 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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