Skip to content

Commit

Permalink
Switch build-image-variants to a self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Mar 28, 2024
1 parent 41ec17b commit 47f7320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7

build-image-variants:
runs-on: [ubuntu-22.04]
# Use a self-hosted runner to circumvent the small storage size of GitHub-hosted runners
runs-on: [self-hosted]
needs: [build-image]
strategy:
matrix:
Expand Down

0 comments on commit 47f7320

Please sign in to comment.