fix(ci): use rpm runner for package and publish jobs
All checks were successful
poll-upstream / check (push) Successful in 1s
poll-upstream / check-prerelease (push) Successful in 2s

The cuda-13.0 container used for build jobs does not have RPM build
tools. Switch package and publish jobs to the rpm runner which includes
rpmdev-setuptree, rpmbuild, and sequoia-sq.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-05-12 05:50:11 +03:00
parent 34c9cbb89d
commit e7d7e6961f
2 changed files with 4 additions and 4 deletions

View File

@@ -87,7 +87,7 @@ jobs:
package:
needs: build
runs-on: fedora-43
runs-on: rpm
strategy:
fail-fast: false
matrix:
@@ -143,7 +143,7 @@ jobs:
publish:
needs: package
runs-on: fedora-43
runs-on: rpm
env:
RPM_REPO_HOST: oolon.kosherinata.internal
strategy: