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
No known key found for this signature in database
GPG key ID: 48ED2DDB96D7682C

View file

@ -155,7 +155,8 @@ jobs:
strategy: strategy:
matrix: matrix:
arch: [amd64, i386, armv7, aarch64] 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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set TAG - name: Set TAG