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

warrensbox/terraform-switcher crit platform linux/arm64 is not supported. #197

Closed
AndreasPrang opened this issue Sep 27, 2021 · 3 comments
Closed
Assignees
Labels
enhancement Refactor existing code for better performance and quality

Comments

@AndreasPrang
Copy link
Contributor

AndreasPrang commented Sep 27, 2021

Is your feature request related to a problem? Please describe.
I try to install terraform-switcher in Docker xbuild to generate a arm64 & amd64 image. In the linux/arm64 build I ge this error.

Describe the solution you'd like
Not sure what's the issue in the script. Did you miss to whitelist the artefact?
#198

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

@AndreasPrang AndreasPrang added the enhancement Refactor existing code for better performance and quality label Sep 27, 2021
@AndreasPrang
Copy link
Contributor Author

#52 5.954 install warrensbox/terraform-switcher
#52 5.959 % Total % Received % Xferd Average Speed Time Time Time Current
#52 5.959 Dload Upload Total Spent Left Speed
100 9187 100 9187 0 0 30220 0 --:--:-- --:--:-- --:--:-- 30220
#52 6.292 warrensbox/terraform-switcher info checking GitHub for latest tag
#52 6.682 warrensbox/terraform-switcher info found version: 0.12.1168 for 0.12.1168/linux/arm64
#52 8.009 warrensbox/terraform-switcher info installed /usr/local/bin/tfswitch

@kral2
Copy link

kral2 commented Oct 5, 2021

I can confirm that just downloading the source from latest release and extracting the archive is enough to have it working on a linux/arm64 operating system.

Successfully tested on Oracle Linux 8.4 running on arm64.

It seems we just need to add arm64 as a valid platform on the install script checks, which is exactly what PR #198 does 👍

@warrensbox
Copy link
Owner

Fixed #206 and #198

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