1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 07:31:51 +00:00

Bundle platformio lib_deps in docker images (#1625)

This commit is contained in:
Otto Winter
2021-03-20 18:43:31 +01:00
committed by GitHub
parent 60b2d57dc3
commit 5eeb110d74
12 changed files with 61 additions and 88 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- name: Set up env variables
run: |
base_version="2.6.0"
base_version="2.8.0"
if [[ "${{ matrix.build_type }}" == "hassio" ]]; then
build_from="esphome/esphome-hassio-base-${{ matrix.arch }}:${base_version}"