From ed344c795a17a805f0e1b9a1aab99fdd1eddf289 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 908e2682f..d2a3f31aa 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: |