From cd32229366aac664177908c2f61ba46efeab4e1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Fr=C3=A9con?= Date: Thu, 7 Mar 2024 23:09:35 +0100 Subject: [PATCH] Make Ubuntu default --- runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runner.sh b/runner.sh index 23f2fde..e2c1625 100755 --- a/runner.sh +++ b/runner.sh @@ -40,7 +40,7 @@ RUNNER_VERBOSE=${RUNNER_VERBOSE:-0} RUNNER_LOG=${RUNNER_LOG:-2} # Name of the OCI image (fully-qualified) to use. You need to have access. -RUNNER_IMAGE=${RUNNER_IMAGE:-"ghcr.io/efrecon/runner-krunvm:main"} +RUNNER_IMAGE=${RUNNER_IMAGE:-"ghcr.io/efrecon/runner-krunvm-ubuntu:main"} # Memory to allocate to the VM (in MB). Regular runners use more than the # default.