From 2a99c8d271f6e2cd6a1cc845ba7b4f3836cf237b Mon Sep 17 00:00:00 2001 From: Michael de Hoog Date: Sat, 19 Oct 2024 22:50:04 -1000 Subject: [PATCH] Fix build --- .github/workflows/pr.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 42659097..e4b05a6d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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 @@ -53,7 +55,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - arch: [ linux/amd64 ] + arch: + - linux/amd64 steps: - name: Checkout uses: actions/checkout@v3