mirror of
https://github.com/esphome/esphome.git
synced 2024-12-22 16:37:52 +01:00
Only compile docker builds for dev releases
This commit is contained in:
parent
13696b1ec4
commit
9880a425f4
3
.github/workflows/release-dev.yml
vendored
3
.github/workflows/release-dev.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user