cmd/vendor-install: add arm64 macOS portable-ruby build

This commit is contained in:
Bo Anderson 2021-11-08 19:18:49 +00:00
parent d0f6f7d52b
commit 188265544b
No known key found for this signature in database
GPG Key ID: 3DB94E204E137D65

View File

@ -22,6 +22,10 @@ then
then
ruby_FILENAME="portable-ruby-2.6.8.yosemite.bottle.tar.gz"
ruby_SHA="0cb1cc7af109437fe0e020c9f3b7b95c3c709b140bde9f991ad2c1433496dd42"
elif [[ "${HOMEBREW_PROCESSOR}" == "arm64" ]]
then
ruby_FILENAME="portable-ruby-2.6.8.arm64_big_sur.bottle.tar.gz"
ruby_SHA="f2d5cab5a4dd49e5b3de780a3cd0a1f61642fea247d1c25aa40cd43f1be290b5"
fi
elif [[ -n "${HOMEBREW_LINUX}" ]]
then