Skip to content

Commit

Permalink
build-lxd.yml: Use self-hosted garm runners and ubuntu-22.04
Browse files Browse the repository at this point in the history
Signed-off-by: Tobias K <[email protected]>
  • Loading branch information
theCalcaholic committed Jan 25, 2024
1 parent 4c5a3d5 commit 79e1bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-lxd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
run: |
if [[ "${LXD_ARCH}" == "arm64" ]]
then
RUNNER_LABEL=ubuntu-20.04-arm64
RUNNER_LABEL=ubuntu-22.04,ARM64
else
RUNNER_LABEL=ubuntu-20.04
RUNNER_LABEL=ubuntu-22.04
fi
echo "runner_label=$RUNNER_LABEL" | tee -a $GITHUB_OUTPUT
Expand Down

0 comments on commit 79e1bff

Please sign in to comment.