Skip to content

Commit

Permalink
Build image variants on a self-hosted Actions runner
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Aug 9, 2023
1 parent f721149 commit 584e64c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/arm/v7

build-and-push-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-and-push-image]
strategy:
matrix:
Expand Down

0 comments on commit 584e64c

Please sign in to comment.