Skip to content

Commit fc4c8c4

Browse files
authored
remove armv7 section from formulas templates (#8)
1 parent cb15e86 commit fc4c8c4

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

Formula/profilecli.rb.tpl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,7 @@ class Profilecli < Formula
4242
bin.install "profilecli"
4343
end
4444
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
5346
end
5447
end
5548

Formula/pyroscope.rb.tpl

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,7 @@ class Pyroscope < Formula
5050
bin.install "pyroscope"
5151
end
5252
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
6154
end
6255
end
6356

0 commit comments

Comments
 (0)