build-lxd.yml: Use self-hosted garm runners and ubuntu-22.04

Signed-off-by: Tobias K <6317548+theCalcaholic@users.noreply.github.com>
This commit is contained in:
Tobias K 2024-01-25 22:50:48 +01:00
parent 4c5a3d5f96
commit 79e1bff1c9
No known key found for this signature in database
GPG Key ID: 44FD368932E645C1

View File

@ -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