1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

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

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"]