Skip to content

Commit

Permalink
Merge pull request #1704 from pierotofy/gpurunner
Browse files Browse the repository at this point in the history
Run GPU build on self-hosted runner
  • Loading branch information
pierotofy committed Oct 5, 2023
2 parents 6eca279 + fc8dd7c commit 38af615
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish-docker-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: self-hosted
timeout-minutes: 2880
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Swap Space
uses: pierotofy/set-swap-space@master
with:
swap-size-gb: 12
- name: Set up QEMU
uses: docker/setup-qemu-action@v1
- name: Set up Docker Buildx
Expand Down

0 comments on commit 38af615

Please sign in to comment.