ci: use our arc runner set for Rust builds (#482)

This commit is contained in:
Paul Makles
2026-01-10 12:44:26 +00:00
committed by GitHub
parent f89ee5a370
commit 67d49b461f
2 changed files with 19 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ concurrency:
jobs:
base:
name: Test base image build
runs-on: ubuntu-latest
runs-on: arc-runner-set
if: github.event_name == 'pull_request'
steps:
# Configure build environment
@@ -41,7 +41,7 @@ jobs:
cache-to: type=gha,scope=buildx-base-multi-arch,mode=max
publish:
runs-on: self-hosted
runs-on: arc-runner-set
if: github.event_name != 'pull_request'
name: Publish Docker images
steps: