Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdehoog committed Oct 20, 2024
1 parent 6cad7c3 commit 2a99c8d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ linux/amd64, linux/arm64 ]
arch:
- linux/amd64
- linux/arm64
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -53,7 +55,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ linux/amd64 ]
arch:
- linux/amd64
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 2a99c8d

Please sign in to comment.