<@UHTP242EB> i noticed that the <https://get.pulum...
# general
p
@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.
Copy code
#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
I am also in need as recently I have bought Surface Pro X
b
This will actually get released today
šŸŽ‰ 1
Iā€™m just testing this
ok before:
Copy code
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/>
Copy code
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
nice!
b
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
It also works on my machine šŸ™‚
b
thanks for confirming @adorable-musician-67025