summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2020-12-10 20:11:34 -0500
committerGitHub <noreply@github.com>2020-12-10 20:11:34 -0500
commit030f4ddd6a9b48050215f5513883fa0d4f167c47 (patch)
tree554824e93d4dbbdb505c311e2942b8fd85ec3c9a /deployment
parentaef386913ebe4c786051d8af0957035533838eef (diff)
ci: Switch to musl for homebrew linux (#347)
Move from gnu to musl to avoid glibc issues.
Diffstat (limited to 'deployment')
-rw-r--r--deployment/macos/homebrew/bottom.rb.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/macos/homebrew/bottom.rb.template b/deployment/macos/homebrew/bottom.rb.template
index 27ec8b68..0f8a8293 100644
--- a/deployment/macos/homebrew/bottom.rb.template
+++ b/deployment/macos/homebrew/bottom.rb.template
@@ -6,7 +6,7 @@ class Bottom < Formula
url "https://github.com/ClementTsang/bottom/releases/download/#{version}/bottom_x86_64-apple-darwin.tar.gz"
sha256 "$hash1"
elsif OS.linux?
- url "https://github.com/ClementTsang/bottom/releases/download/#{version}/bottom_x86_64-unknown-linux-gnu.tar.gz"
+ url "https://github.com/ClementTsang/bottom/releases/download/#{version}/bottom_x86_64-unknown-linux-musl.tar.gz"
sha256 "$hash2"
end