Skip to content

Commit de25159

Browse files
committed
Use CNCF 8 core runner if available
Signed-off-by: Derek Nola <derek.nola@suse.com>
1 parent d16e664 commit de25159

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
build:
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ github.repository_owner == 'k3s-io' && 'cncf-ubuntu-8-32-x86' || 'ubuntu-latest' }}
1414

1515
steps:
1616
- name: Set up QEMU

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
jobs:
1212
build-and-push:
13-
runs-on: ubuntu-latest
13+
runs-on: ${{ github.repository_owner == 'k3s-io' && 'cncf-ubuntu-8-32-x86' || 'ubuntu-latest' }}
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)