ci: bring our own runner

This commit is contained in:
Paul Makles
2024-12-22 16:03:49 +00:00
parent 7a17165c24
commit c2a0ab71df

View File

@@ -27,7 +27,7 @@ permissions:
jobs: jobs:
base: base:
runs-on: ubuntu-20.04 runs-on: self-hosted
name: Build base image name: Build base image
steps: steps:
# Configure build environment # Configure build environment
@@ -59,7 +59,7 @@ jobs:
publish: publish:
needs: [base] needs: [base]
runs-on: ubuntu-20.04 runs-on: self-hosted
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
strategy: strategy:
matrix: matrix: