We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ubuntu-18.04
ubuntu-20.04
1 parent e6a8ca1 commit 6a9d308Copy full SHA for 6a9d308
.github/workflows/build.yml
@@ -16,15 +16,15 @@ jobs:
16
matrix:
17
include:
18
- artifact_name: onnxruntime-linux-armhf-cpu
19
- os: ubuntu-18.04
+ os: ubuntu-20.04
20
cc_version: '8'
21
cxx_version: '8'
22
arch: arm-linux-gnueabihf
23
ld_symlink_name: ld-linux-armhf.so.3
24
build_opts: --arm --cmake_extra_defines CMAKE_SYSTEM_NAME=Linux CMAKE_SYSTEM_PROCESSOR=armv7l --config Release --parallel --update --build --build_shared_lib
25
result_dir: build/Linux/Release
26
- artifact_name: onnxruntime-linux-arm64-cpu
27
28
29
30
arch: aarch64-linux-gnu
0 commit comments