Skip to content

Commit

Permalink
remove docker
Browse files Browse the repository at this point in the history
  • Loading branch information
markirb committed Dec 27, 2024
1 parent 5134802 commit 2231cad
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ jobs:
runs-on: ubuntu-latest
container:
image: shellyhomekit/mos:latest
services:
docker:
image: docker:dind
options: --privileged
ports:
- 2375:2375
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -51,7 +45,6 @@ jobs:
run: docker build -t mgos/esp32-build:4.4.1-r7 -f .github/workflows/Dockerfile-esp32-build .
- name: Build
run: |
git config --global --add safe.directory /__w/shelly-homekit/shelly-homekit
make ${{ matrix.model }} LOCAL=1 RELEASE=1 RELEASE_SUFFIX=$(.github/version.py --suffix)
- name: Debug
if: always()
Expand Down

0 comments on commit 2231cad

Please sign in to comment.