Skip to content

Commit

Permalink
osx-aarch64-cpuosx-arm64-cpuに改名する (VOICEVOX#397)
Browse files Browse the repository at this point in the history
* `osx-aarch64-cpu`を`osx-arm64-cpu`に改名する

* Bashのダウンローダーを修正
  • Loading branch information
qryxip authored Jan 29, 2023
1 parent dc53546 commit b109611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- os: macos-11
features: ""
target: aarch64-apple-darwin
artifact_name: osx-aarch64-cpu
artifact_name: osx-arm64-cpu
whl_local_version: cpu
use_cuda: false
- os: macos-11
Expand Down
2 changes: 1 addition & 1 deletion scripts/downloads/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ target_arch(){
cpu_arch=$(uname -m)
case "$cpu_arch" in
"x86_64") echo "x64";;
"arm64") echo "aarch64";;
"arm64") echo "arm64";;
*)
echo "$cpu_archはサポートされていない環境です" >&2
exit 1;;
Expand Down

0 comments on commit b109611

Please sign in to comment.