Skip to content

Commit

Permalink
Upping some docker build workflows to larger runner
Browse files Browse the repository at this point in the history
  • Loading branch information
paulguerrie committed Dec 14, 2023
1 parent b74fd82 commit 8a270af
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/docker.cpu.parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:

jobs:
docker:
runs-on: ubuntu-latest
runs-on:
group: group8core
steps:
-
name: Set up QEMU
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.cpu.slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:

jobs:
docker:
runs-on: ubuntu-latest
runs-on:
group: group8core
steps:
-
name: Set up QEMU
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.gpu.parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:

jobs:
docker:
runs-on: ubuntu-latest
runs-on:
group: group8core
steps:
- name: Remove unnecessary files
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.gpu.slim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:

jobs:
docker:
runs-on: ubuntu-latest
runs-on:
group: group8core
steps:
- name: Remove unnecessary files
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/docker.gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ env:

jobs:
docker:
runs-on: ubuntu-latest
runs-on:
group: group8core
steps:
- name: Remove unnecessary files
run: |
Expand Down

0 comments on commit 8a270af

Please sign in to comment.