Skip to content

Commit

Permalink
Make Ubuntu default
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Mar 7, 2024
1 parent a6f369d commit cd32229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cd32229

Please sign in to comment.