don't fail-fast on matrix build

pull/1118/head
Willy 2025-01-15 19:22:11 +01:00
parent d0844427d4
commit 42f6a79b08
1 changed files with 1 additions and 0 deletions

View File

@ -102,6 +102,7 @@ jobs:
needs: [ data, frontend ]
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
platform: [ linux ]
arch: [ 386, amd64, arm-7, arm-6, arm64 ]