Skip to content

Commit 0598c4a

Browse files
committed
install pulumi
1 parent 4e0766c commit 0598c4a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vm/setup.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ RUNNER_DIR="/home/${RUNNER_USER}"
99
RUNNER_VER=2.310.2
1010

1111
HELM_VERSION=3.12.1
12+
PULUMI_VERSION=3.89.0
1213

1314
DOCKER_USER_UID=33333
1415
DOCKER_GROUP_GID=33333
@@ -121,6 +122,10 @@ curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key --keyring /
121122
apt-get update
122123
apt-get install -y google-cloud-cli
123124

125+
echo "📝 Installing pulumi..."
126+
curl -fsSL https://get.pulumi.com/releases/sdk/pulumi-v${PULUMI_VERSION}-linux-x64.tar.gz | tar -xzvC /tmp/ --strip-components=1
127+
cp /tmp/pulumi /usr/local/bin/pulumi
128+
124129
echo "📝 Installing actions-runner..."
125130
RUNNER_TGZ=/tmp/actions-runner-linux-x64-${RUNNER_VER}.tar.gz
126131

0 commit comments

Comments
 (0)