From 8ce89392592369784b9fc9ce78e57ee2ba0c1959 Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Mon, 18 May 2026 14:46:21 +0200 Subject: [PATCH] ci(release): run docker job on regular VM runner Tried to run it on a -slim runner in fb24b6b3, but the result is that no docker socket is available. This jobs needs one of the big runners. --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 733053291..c3d0f25f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -129,7 +129,7 @@ jobs: docker: name: Docker Hub - runs-on: ubuntu-slim + runs-on: ubuntu-24.04-arm needs: - prepare if: |