Dont fail fast on CI for docker (#3832)

This commit is contained in:
Jesse Hills 2022-09-21 07:54:35 +12:00 committed by GitHub
parent 3572c62315
commit 9a69769a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ jobs:
name: Build docker containers
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch: [amd64, armv7, aarch64]
build_type: ["ha-addon", "docker", "lint"]