summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authori love my dog <50598611+ms-jpq@users.noreply.github.com>2021-10-25 22:21:08 -0700
committerGitHub <noreply@github.com>2021-10-25 22:21:08 -0700
commitb22148e7efde6e2cd4682b8e9d64b84dd1a174d8 (patch)
treea24c377d627b9335c7084c03070f95d57738cdfc /ci
parentfa4523025a7a892566188658069adfc6a6d3c1c3 (diff)
Update homebrew.rb.j2
Diffstat (limited to 'ci')
-rw-r--r--ci/templates/homebrew.rb.j21
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/templates/homebrew.rb.j2 b/ci/templates/homebrew.rb.j2
index dfa5754..9e14310 100644
--- a/ci/templates/homebrew.rb.j2
+++ b/ci/templates/homebrew.rb.j2
@@ -2,7 +2,6 @@ class Sad < Formula
desc "{{ desc }}"
homepage "{{ repo }}"
version "{{ version }}"
- bottle :unneeded
if Hardware::CPU.arm?
url "{{ aarch64_uri }}"