Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Won't install on Raspberry pi: "warrensbox/terraform-switcher crit platform linux/armv7 is not supported." #260

Closed
JohnSmith31 opened this issue Jul 19, 2022 · 7 comments
Assignees
Labels
enhancement Refactor existing code for better performance and quality

Comments

@JohnSmith31
Copy link

JohnSmith31 commented Jul 19, 2022

Won't install on Raspberry pi: "warrensbox/terraform-switcher crit platform linux/armv7 is not supported."

@JohnSmith31 JohnSmith31 added the enhancement Refactor existing code for better performance and quality label Jul 19, 2022
@yermulnik
Copy link
Collaborator

@JohnSmith31 We would be very thankful if you amended/adjusted this issue description with a bit more relevant info on how you did install tfswitch and what's the actual error output is. Thanks.

@JohnSmith31
Copy link
Author

Hi. I installed using the command on the tfswitch web page:

curl -L https://github.com/raw/warrensbox/terraform-switcher/release/install.sh | bash

The full output is:

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9216 100 9216 0 0 19120 0 --:--:-- --:--:-- --:--:-- 19160
warrensbox/terraform-switcher crit platform linux/armv7 is not supported. Make sure this script is up-to-date and file request at https://github.com/warrensbox/terraform-switcher/issues/new

@JohnSmith31
Copy link
Author

(BTW, that's running on a Raspberry Pi 4 on Raspberry Pi OS. uname -a gives:
Linux mel 5.10.17-v7l+ #1403 SMP Mon Feb 22 11:33:35 GMT 2021 armv7l GNU/Linux)

yermulnik added a commit that referenced this issue Jul 19, 2022
- As seen from #260 Linux ARMv{6,7} are missing from `install.sh`
  despite binaries are built for these platforms in recent releases, so
  add these two to the pool.
@yermulnik
Copy link
Collaborator

@JohnSmith31 Would you mind trying curl -L https://github.com/raw/warrensbox/terraform-switcher/feature/add_more_platforms_to_install.sh/install.sh | bash to see whether #261 fixes the issue for your platform? Thanks.

@yermulnik
Copy link
Collaborator

@JohnSmith31 ?

@JohnSmith31
Copy link
Author

That certainly seemed to do the trick! Thanks :)

@yermulnik
Copy link
Collaborator

Cool. Thanks for confirmation.
Closing this issue to continue in #261

@warrensbox warrensbox mentioned this issue Oct 25, 2022
davidvasandani pushed a commit to davidvasandani/terraform-switcher that referenced this issue Oct 26, 2022
- As seen from warrensbox#260 Linux ARMv{6,7} are missing from `install.sh`
  despite binaries are built for these platforms in recent releases, so
  add these two to the pool.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Refactor existing code for better performance and quality
Projects
None yet
Development

No branches or pull requests

3 participants