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

Add support to install Pulumi on AWS Graviton devices #103

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

stack72
Copy link
Contributor

@stack72 stack72 commented Apr 12, 2021

Fixes: pulumi/pulumi#6745

ubuntu@ip-172-31-36-233:~$ uname -m
aarch64

before:

ubuntu@ip-172-31-36-233:~$ ./install.sh
error: We're sorry, but it looks like Pulumi is not supported on your platform
       We support 64-bit versions of Linux and macOS and are interested in supporting
       more platforms.  Please open an issue at https://github.com/pulumi/pulumi and
       let us know what platform you're using!

We're sorry, but it looks like something might have gone wrong during installation.
If you need help, please join us on https://slack.pulumi.com/

after:

ubuntu@ip-172-31-36-233:~$ ./install.sh
=== Installing Pulumi v2.24.1 ===
+ Downloading https://get.pulumi.com/releases/sdk/pulumi-v2.24.1-linux-arm64.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 57.2M  100 57.2M    0     0  13.6M      0  0:00:04  0:00:04 --:--:-- 13.6M
+ Extracting to /home/ubuntu/.pulumi/bin
+ Adding $HOME/.pulumi/bin to $PATH in /home/ubuntu/.bashrc

=== Pulumi is now installed! 🍹 ===
+ Please restart your shell or add /home/ubuntu/.pulumi/bin to your $PATH
+ Get started with Pulumi: https://www.pulumi.com/docs/quickstart
ubuntu@ip-172-31-36-233:~$ ~/.pulumi/bin/pulumi version
v2.24.1

Fixes: pulumi/pulumi#6745

```
ubuntu@ip-172-31-36-233:~$ uname -m
aarch64
```

before:

```
ubuntu@ip-172-31-36-233:~$ ./install.sh
error: We're sorry, but it looks like Pulumi is not supported on your platform
       We support 64-bit versions of Linux and macOS and are interested in supporting
       more platforms.  Please open an issue at https://github.com/pulumi/pulumi and
       let us know what platform you're using!

We're sorry, but it looks like something might have gone wrong during installation.
If you need help, please join us on https://slack.pulumi.com/
```

after:

```
ubuntu@ip-172-31-36-233:~$ ./install.sh
=== Installing Pulumi v2.24.1 ===
+ Downloading https://get.pulumi.com/releases/sdk/pulumi-v2.24.1-linux-arm64.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 57.2M  100 57.2M    0     0  13.6M      0  0:00:04  0:00:04 --:--:-- 13.6M
+ Extracting to /home/ubuntu/.pulumi/bin
+ Adding $HOME/.pulumi/bin to $PATH in /home/ubuntu/.bashrc

=== Pulumi is now installed! 🍹 ===
+ Please restart your shell or add /home/ubuntu/.pulumi/bin to your $PATH
+ Get started with Pulumi: https://www.pulumi.com/docs/quickstart
ubuntu@ip-172-31-36-233:~$ ~/.pulumi/bin/pulumi version
v2.24.1
```
@nowak-ninja
Copy link

That is awesome! Thank You Paul.

@stack72 stack72 merged commit 75ff2d8 into master Apr 12, 2021
@stack72 stack72 deleted the add-graviton-support branch April 12, 2021 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

get.pulumi.com support for ARM containers
4 participants