Skip to content

Commit e6a8ca1

Browse files
authored
to 1.13.1 (#7)
1 parent f0fb831 commit e6a8ca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@ jobs:
2121
cxx_version: '8'
2222
arch: arm-linux-gnueabihf
2323
ld_symlink_name: ld-linux-armhf.so.3
24-
build_opts: --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --use_openmp --config Release --parallel --update --build --build_shared_lib
24+
build_opts: --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --config Release --parallel --update --build --build_shared_lib
2525
result_dir: build/Linux/Release
2626
- artifact_name: onnxruntime-linux-arm64-cpu
2727
os: ubuntu-18.04
2828
cc_version: '8'
2929
cxx_version: '8'
3030
arch: aarch64-linux-gnu
3131
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
32+
build_opts: --arm64 --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=aarch64 --config Release --parallel --update --build --build_shared_lib
3333
result_dir: build/Linux/Release
3434

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

0 commit comments

Comments
 (0)