File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 3838 - run : rustup target install x86_64-apple-darwin
3939 - run : rustup target install i686-pc-windows-msvc
4040 - run : rustup target install x86_64-pc-windows-msvc
41+ - run : rustup target install aarch64-apple-darwin
4142 # ******************************************************************
4243 - name : Download prebuilt archive (CPU, x86_64-unknown-linux-gnu)
4344 uses : actions-rs/cargo@v1
9091 args : --target x86_64-pc-windows-msvc
9192 - name : Verify prebuilt archive downloaded (GPU, x86_64-pc-windows-msvc)
9293 run : ls -lh target/x86_64-pc-windows-msvc/debug/build/onnxruntime-sys-*/out/onnxruntime-win-x64-gpu-1.*.zip
94+ # ******************************************************************
95+ - name : Download prebuilt archive (CPU, aarch64-apple-darwin)
96+ uses : actions-rs/cargo@v1
97+ with :
98+ command : build
99+ args : --target aarch64-apple-darwin
100+ - name : Verify prebuilt archive downloaded (CPU, aarch64-apple-darwin)
101+ run : ls -lh target/aarch64-apple-darwin/debug/build/onnxruntime-sys-*/out/onnxruntime-osx-arm64-1.*.tgz
93102
94103 test :
95104 name : Test Suite
You can’t perform that action at this time.
0 commit comments