Skip to content

Commit

Permalink
Build docker RC on self-hosted (#33114)
Browse files Browse the repository at this point in the history
* Update build_release_candidate.yml

* Add back maven workaround
  • Loading branch information
damccorm authored Nov 14, 2024
1 parent 667269a commit 0cafb46
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0cafb46

Please sign in to comment.