File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,7 @@ class Profilecli < Formula
42
42
bin.install "profilecli"
43
43
end
44
44
end
45
- unless Hardware::CPU.is_64_bit?
46
- url "https://github.com/grafana/pyroscope/releases/download/{ {.Tag} }/profilecli_{ {.Version} }_linux_armv7.tar.gz"
47
- sha256 "{ {.LinuxArmv7} }"
48
-
49
- def install
50
- bin.install "profilecli"
51
- end
52
- end
45
+ # Removed armv7 section as it's deprecated
53
46
end
54
47
end
55
48
Original file line number Diff line number Diff line change @@ -50,14 +50,7 @@ class Pyroscope < Formula
50
50
bin.install "pyroscope"
51
51
end
52
52
end
53
- unless Hardware::CPU.is_64_bit?
54
- url "https://github.com/grafana/pyroscope/releases/download/{ {.Tag} }/pyroscope_{ {.Version} }_linux_armv7.tar.gz"
55
- sha256 "{ {.LinuxArmv7} }"
56
-
57
- def install
58
- bin.install "pyroscope"
59
- end
60
- end
53
+ # Removed armv7 section as it's deprecated
61
54
end
62
55
end
63
56
You can’t perform that action at this time.
0 commit comments