Skip to content

Commit

Permalink
change base image to debian
Browse files Browse the repository at this point in the history
  • Loading branch information
cherusk committed Nov 14, 2024
1 parent 7ab606f commit 443718a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/runner_recreate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
types: [ labeled ]

env:
RUNNER_BASE_IMAGE: "Fedora 36"
RUNNER_BASE_IMAGE: "Debian 12"
INSTANCE_NAME: "ci_runner"
OS_AUTH_URL: "https://openstack.osuosl.org:5000/v3"
OS_PROJECT_NAME: "godon"
Expand Down Expand Up @@ -85,8 +85,8 @@ jobs:
-i "$(cat ./instance_address),"
--private-key ./access_key_file
--ssh-extra-args="-o StrictHostKeyChecking=accept-new"
-u fedora
--become
-u debian
-T 120
-m raw -a "hostnamectl set-hostname ci_runner;
curl ${NIXOS_INFECT_SCRIPT_URL} | NO_REBOOT=true NO_SWAP=true NIX_CHANNEL=nixos-24.05 bash -x;"
Expand Down

0 comments on commit 443718a

Please sign in to comment.