diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e7cc16a5..47484465 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,28 +12,6 @@ jobs: fail-fast: false matrix: model: - - Shelly1 - - Shelly1L - - Shelly1PM - - Shelly2 - - Shelly25 - - ShellyColorBulb - - ShellyDuo - - ShellyI3 - - ShellyPlug - - ShellyPlugS - - ShellyPlus1 - - ShellyPlus1PM - - ShellyPlus2PM - - ShellyPlusI4 - - ShellyPlusPlugS - - ShellyPlusRGBWPM - - ShellyPlus1Mini - - ShellyPlus1PMMini - - ShellyMini1Gen3 - - ShellyMini1PMGen3 - - ShellyRGBW2 - - ShellyUNI - ShellyVintage steps: - name: Checkout code @@ -45,7 +23,8 @@ jobs: run: docker build -t mgos/esp32-build:4.4.1-r7 -f .github/workflows/Dockerfile-esp32-build . - name: Build run: | - make ${{ matrix.model }} LOCAL=1 RELEASE=1 RELEASE_SUFFIX=$(.github/version.py --suffix) + .github/version.py --suffix + #make ${{ matrix.model }} LOCAL=1 RELEASE=1 RELEASE_SUFFIX=$(.github/version.py --suffix) - name: Debug if: always() run: |