From 67a934e1d0c381c74317bc059bc6168576778f78 Mon Sep 17 00:00:00 2001 From: Aaron Leopold <36278431+aaronleopold@users.noreply.github.com> Date: Fri, 27 Sep 2024 17:32:32 -0700 Subject: [PATCH] :green_heart: Fix latest builds for rootless docker It was brought to my attention that my version of buildah causes issues with rootless docker. Until I can update both runners to be at a version where the issue doesn't present, the release workflow will have to be set to only run on the larger runner --- .github/workflows/release_docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_docker.yml b/.github/workflows/release_docker.yml index 64d584eac..02245bef7 100644 --- a/.github/workflows/release_docker.yml +++ b/.github/workflows/release_docker.yml @@ -70,7 +70,7 @@ jobs: build-stable-docker: if: contains(github.event.pull_request.head.ref, 'release/v') name: Build docker image - runs-on: [self-hosted] + runs-on: [self-hosted-large] needs: [parse-semver, push-or-load] steps: - name: Checkout repository