Fix runner labels: use ubuntu-latest instead of [linux, x64, docker:dind]
Some checks failed
Build Packages / Build libostree Backport (push) Failing after 1s
Build Packages / Build bootc Package (push) Has been skipped
Build Packages / Create Combined Artifacts (push) Has been skipped
Test Build / Test bootc Build (with existing libostree) (push) Failing after 1s

This commit is contained in:
robojerk 2025-07-21 00:22:37 +00:00
parent 8c0c7555fe
commit f59d3080b9
3 changed files with 5 additions and 5 deletions

View file

@ -16,7 +16,7 @@ env:
jobs:
build-libostree-backport:
name: Build libostree Backport
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:
@ -75,7 +75,7 @@ jobs:
build-bootc:
name: Build bootc Package
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
needs: build-libostree-backport
@ -128,7 +128,7 @@ jobs:
create-artifacts:
name: Create Combined Artifacts
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
needs: [build-libostree-backport, build-bootc]

View file

@ -13,7 +13,7 @@ env:
jobs:
test-bootc-build:
name: Test bootc Build (with existing libostree)
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
steps:

View file

@ -9,7 +9,7 @@ on:
jobs:
update-readme:
name: Update README with Artifact Links
runs-on: [linux, x64, docker:dind]
runs-on: ubuntu-latest
container:
image: ubuntu:latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}