Skip to content

Commit 0cafb46

Browse files
authored
Build docker RC on self-hosted (#33114)
* Update build_release_candidate.yml * Add back maven workaround
1 parent 667269a commit 0cafb46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_release_candidate.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,7 @@ jobs:
245245
246246
stage_docker:
247247
if: ${{ fromJson(github.event.inputs.STAGE).docker_artifacts == 'yes'}}
248-
# Note: if this ever changes to self-hosted, remove the "Remove default github maven configuration" step
249-
runs-on: ubuntu-22.04
248+
runs-on: [self-hosted, ubuntu-20.04, highmem]
250249
steps:
251250
- name: Checkout
252251
uses: actions/checkout@v4

0 commit comments

Comments
 (0)