Skip to content

Commit

Permalink
try using arc runner for build (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi authored Oct 16, 2024
1 parent 4fb4d69 commit c8f361e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
runs-on: a100-runner
runs-on: self-hosted-k8s
permissions:
contents: write
packages: write
Expand All @@ -29,7 +29,7 @@ jobs:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_PAT }}

- name: Checkout repository
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c8f361e

Please sign in to comment.