mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-10 15:12:01 -03:30
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:
parent
4c5a3d5f96
commit
79e1bff1c9
4
.github/workflows/build-lxd.yml
vendored
4
.github/workflows/build-lxd.yml
vendored
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user