1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-04 12:22:20 +01:00

Only compile docker builds for dev releases

This commit is contained in:
Otto Winter
2020-07-15 12:04:22 +02:00
parent 13696b1ec4
commit 9880a425f4

View File

@@ -155,7 +155,8 @@ jobs:
strategy:
matrix:
arch: [amd64, i386, armv7, aarch64]
build_type: ["hassio", "docker"]
# Hassio dev image doesn't use esphome/esphome-hassio-$arch and uses base directly
build_type: ["docker"]
steps:
- uses: actions/checkout@v2
- name: Set TAG