Skip to content

Commit

Permalink
Update build-image.yml (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixvanoost authored Aug 12, 2024
1 parent d3c8406 commit 4347359
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
runner: [ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm]
runs-on: ${{ matrix.runner }}
os: [ ubuntu-latest ]
include:
- os: 'ubuntu-latest'
platform: 'linux-amd64'
- os: 'ARM64' # self-hosted
platform: 'linux-arm64'
runs-on: ${{ matrix.os }}
permissions:
contents: read
packages: write
Expand Down

0 comments on commit 4347359

Please sign in to comment.