Skip to content

Commit

Permalink
arm64 向けの自動ビルドを追加 (#75)
Browse files Browse the repository at this point in the history
* arm64 向けの自動ビルドを追加

* 誤字を修正

Co-authored-by: Hiroshiba <[email protected]>

Co-authored-by: Hiroshiba <[email protected]>
  • Loading branch information
Lapis256 and Hiroshiba authored Feb 12, 2022
1 parent f27fd1c commit 344b9fc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ jobs:
cxx_version: '8'
arch: arm-linux-gnueabihf

- os: ubuntu-18.04
device: cpu-arm64
onnxruntime_url: https://github.com/VOICEVOX/onnxruntime-builder/releases/download/1.10.0.1/onnxruntime-linux-arm64-cpu-v1.10.0.tgz
artifact_name: linux-arm64-cpu
cc_version: '8'
cxx_version: '8'
arch: aarch64-linux-gnu

runs-on: ${{ matrix.os }}

env:
Expand Down Expand Up @@ -256,6 +264,7 @@ jobs:
linux-x64-gpu libcore.so libcore_gpu_x64_nvidia.so
linux-x64-cpu libcore.so libcore_cpu_x64.so
linux-armhf-cpu libcore.so libcore_cpu_armhf.so
linux-arm64-cpu libcore.so libcore_cpu_arm64.so
EOF
for line in "${MAPPINGS[@]}"; do
Expand Down

0 comments on commit 344b9fc

Please sign in to comment.