Switch container builds to indri docker-builder runner
- Use Docker instead of buildah in composite action - Build workflows now run on docker-builder label - Add actionlint config for custom runner labels - Avoids nested containerization complexity in k8s Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
8b75b696f0
commit
2c284ed0cf
5 changed files with 15 additions and 9 deletions
5
.github/actionlint.yaml
vendored
Normal file
5
.github/actionlint.yaml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
self-hosted-runner:
|
||||
labels:
|
||||
- docker-builder
|
||||
- ubuntu-latest
|
||||
- ubuntu-22.04
|
||||
Loading…
Add table
Add a link
Reference in a new issue