From c71b540ea6806afb80cdf906035d6b298ac1f769 Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Sun, 13 Oct 2019 14:21:45 -0700 Subject: [PATCH] vendor-install: Add ruby bottle for aarch64 --- Library/Homebrew/cmd/vendor-install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Library/Homebrew/cmd/vendor-install.sh b/Library/Homebrew/cmd/vendor-install.sh index 5122822513..3b0f5ab608 100644 --- a/Library/Homebrew/cmd/vendor-install.sh +++ b/Library/Homebrew/cmd/vendor-install.sh @@ -29,6 +29,11 @@ then ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.6.3/portable-ruby--2.6.3.x86_64_linux.bottle.tar.gz" ruby_SHA="e8c9b6d3dc5f40844e07b4b694897b8b7cb5a7dab1013b3b8712a22868f98c98" ;; + aarch64) + ruby_URL="$HOMEBREW_BOTTLE_DOMAIN/bottles-portable-ruby/portable-ruby--2.6.3.aarch64_linux.bottle.tar.gz" + ruby_URL2="https://github.com/Homebrew/homebrew-portable-ruby/releases/download/2.6.3/portable-ruby--2.6.3.aarch64_linux.bottle.tar.gz" + ruby_SHA="7c6acef92c35903859ae4b7649dafb3c061cc6462e0223631ae8aee3c38b0842" + ;; esac fi