Skip to content

Commit

Permalink
Only compile docker builds for dev releases
Browse files Browse the repository at this point in the history
  • Loading branch information
OttoWinter committed Jul 15, 2020
1 parent 13696b1 commit 9880a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9880a42

Please sign in to comment.