Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions Formula/profilecli.rb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,7 @@ class Profilecli < Formula
bin.install "profilecli"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/{{.Tag}}/profilecli_{{.Version}}_linux_armv7.tar.gz"
sha256 "{{.LinuxArmv7}}"

def install
bin.install "profilecli"
end
end
# Removed armv7 section as it's deprecated
end
end

Expand Down
9 changes: 1 addition & 8 deletions Formula/pyroscope.rb.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,7 @@ class Pyroscope < Formula
bin.install "pyroscope"
end
end
unless Hardware::CPU.is_64_bit?
url "https://github.com/grafana/pyroscope/releases/download/{{.Tag}}/pyroscope_{{.Version}}_linux_armv7.tar.gz"
sha256 "{{.LinuxArmv7}}"

def install
bin.install "pyroscope"
end
end
# Removed armv7 section as it's deprecated
end
end

Expand Down
Loading