From 0cafb4644e31ada2929ab897297cc78f76fe006c Mon Sep 17 00:00:00 2001 From: Danny McCormick Date: Thu, 14 Nov 2024 15:12:10 -0500 Subject: [PATCH] Build docker RC on self-hosted (#33114) * Update build_release_candidate.yml * Add back maven workaround --- .github/workflows/build_release_candidate.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_release_candidate.yml b/.github/workflows/build_release_candidate.yml index a70091726c1b..54235a71c910 100644 --- a/.github/workflows/build_release_candidate.yml +++ b/.github/workflows/build_release_candidate.yml @@ -245,8 +245,7 @@ jobs: stage_docker: if: ${{ fromJson(github.event.inputs.STAGE).docker_artifacts == 'yes'}} - # Note: if this ever changes to self-hosted, remove the "Remove default github maven configuration" step - runs-on: ubuntu-22.04 + runs-on: [self-hosted, ubuntu-20.04, highmem] steps: - name: Checkout uses: actions/checkout@v4