Skip to content

Commit 9d9309c

Browse files
committed
Support M1 silicon
cf-cli is a go binary and can be easily built on ARM. The only thing preventing it was this declaration in the homebrew formula. Fixes cloudfoundry#74, cloudfoundry/cli#2131.
1 parent 0e726cd commit 9d9309c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cf-cli.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ class CfCli < Formula
1414
sha256 '09664d1469fb8a0ddba804343121aba7d8f64ba6bfde75a53f6e29d6600b2342'
1515
end
1616

17-
depends_on :arch => :x86_64
18-
1917
def install
2018
bin.install 'cf'
2119
(bash_completion/"cf-cli").write <<-completion

0 commit comments

Comments
 (0)