https://pulumi.com logo
Title
p

proud-pizza-80589

04/11/2021, 7:26 PM
@broad-dog-22463 i noticed that the https://get.pulumi.com script does not support ARM on linux yet. Tried to build a docker container locally with pulumi it it and got this message. With everything supported on ARM, this should be no issue right? The uname -m output in the container is
aarch64
which is not matched in the case.
#6 10.40 error: We're sorry, but it looks like Pulumi is not supported on your platform
#6 10.40        We support 64-bit versions of Linux and macOS and are interested in supporting
#6 10.40        more platforms.  Please open an issue at <https://github.com/pulumi/pulumi> and
#6 10.40        let us know what platform you're using!
#6 10.40 
#6 10.40 We're sorry, but it looks like something might have gone wrong during installation.
#6 10.40 If you need help, please join us on <https://slack.pulumi.com/>
šŸ˜ 1
a

adorable-musician-67025

04/12/2021, 8:08 AM
I am also in need as recently I have bought Surface Pro X
b

broad-dog-22463

04/12/2021, 8:24 AM
This will actually get released today
šŸŽ‰ 1
I’m just testing this
ok 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/>
ubuntu@ip-172-31-36-233:~$ uname -m
aarch64
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
after šŸ™‚
p

proud-pizza-80589

04/12/2021, 8:45 AM
nice!
b

broad-dog-22463

04/12/2021, 8:48 AM
ok, this will go out later today
ā¤ļø 1
I need the ops team online to invalidate cloudfront
ok, this is all taken care of! You can now use Pulumi on graviton instances
a

adorable-musician-67025

04/13/2021, 8:09 AM
It also works on my machine šŸ™‚
b

broad-dog-22463

04/13/2021, 10:39 AM
thanks for confirming @adorable-musician-67025