Skip to content

Commit

Permalink
to 1.13.1 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Dec 19, 2022
1 parent f0fb831 commit e6a8ca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@ jobs:
cxx_version: '8'
arch: arm-linux-gnueabihf
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
build_opts: --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --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
build_opts: --arm64 --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=aarch64 --config Release --parallel --update --build --build_shared_lib
result_dir: build/Linux/Release

env:
ONNXRUNTIME_VERSION: v1.10.0
ONNXRUNTIME_VERSION: v1.13.1
# prefix usage: "", "arm-linux-gnueabihf-" => "gcc-8", "arm-linux-gnueabihf-gcc-8" (command name)
# suffix usage: "", "-arm-linux-gnueabihf" => "gcc-8", "gcc-8-arm-linux-gnueabihf" (package name)
ARCH_PREFIX: "${{ (matrix.arch != '' && matrix.arch) || '' }}${{ (matrix.arch != '' && '-') || '' }}"
Expand Down

0 comments on commit e6a8ca1

Please sign in to comment.