Skip to content

Commit

Permalink
Use Ubuntu 22.04, same as gluwa/creditcoin repo
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 6, 2024
1 parent fd609df commit b173a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/provision-linode-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ while [ -z "$IP_ADDRESS" ]; do
# All SSH logins should be via the `ubuntu@` user. For more info see:
# https://www.linode.com/community/questions/21290/how-to-pass-multiple-ssh-public-keys-with-linode-cli-linodes-create
linode-cli linodes create --json \
--image 'linode/ubuntu24.04' --region "$LINODE_REGION" \
--image 'linode/ubuntu22.04' --region "$LINODE_REGION" \
--type "$LINODE_VM_SIZE" --label "$LC_RUNNER_VM_NAME" \
--root_pass "$(uuidgen)" --backups_enabled false --booted true --private_ip false \
--metadata.user_data "$(base64 --wrap 0 < .github/linode-cloud-init.template)" > "retry_$COUNTER.json"
Expand Down

0 comments on commit b173a4a

Please sign in to comment.