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
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:
parent
8c0c7555fe
commit
f59d3080b9
3 changed files with 5 additions and 5 deletions
|
|
@ -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]
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue