pivotal / workstation-setup

Scripts to automatically set up a machine for development the "Tanzu Labs" way
https://github.com/pivotal/workstation-setup
MIT License
328 stars 247 forks source link

Cloud Foundry installation fails on M1 Mac #312

Open joemoore opened 2 years ago

joemoore commented 2 years ago

Fails with the following error:

cf-cli: The x86_64 architecture is required for this software.

Details:

./setup.sh cloud-foundry

Installing Cloud Foundry Command-line Interface
==> Tapping cloudfoundry/tap
Cloning into '/opt/homebrew/Library/Taps/cloudfoundry/homebrew-tap'...
remote: Enumerating objects: 1932, done.
remote: Counting objects: 100% (95/95), done.
remote: Compressing objects: 100% (68/68), done.
remote: Total 1932 (delta 56), reused 60 (delta 27), pack-reused 1837
Receiving objects: 100% (1932/1932), 248.90 KiB | 1.28 MiB/s, done.
Resolving deltas: 100% (1224/1224), done.
Tapped 9 formulae (25 files, 330.6KB).
cf-cli: The x86_64 architecture is required for this software.
Error: cf-cli: An unsatisfied requirement failed this build.
joemoore commented 2 years ago

This is a known issue : https://github.com/cloudfoundry/cli/issues/2131