Skip to content

Commit 8a55570

Browse files
committed
Add matter over Thread
add ci build test
1 parent 5c3db3c commit 8a55570

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

.github/workflows/build.yml

+16-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@ jobs:
5151
with:
5252
push: true
5353
context: ./ci/docker/
54-
tags: esp_idf_xiao_esp32c6_sensor:latest
54+
tags: ghcr.io/BegoonLab/esp_idf_xiao_esp32c6_sensor:latest
5555
cache-from: type=gha
5656
cache-to: type=gha,mode=max
57+
58+
build_for_wifi:
59+
name: Build firmware for WiFi setup
60+
runs-on: ubuntu-latest
61+
needs: build_docker_image
62+
steps:
63+
- name: Checkout
64+
uses: actions/checkout@v4
65+
66+
- name: Build firmware
67+
run: |
68+
docker run --rm -t \
69+
-v $PWD:/opt/esp/project \
70+
-w /opt/esp/project \
71+
ghcr.io/BegoonLab/esp_idf_xiao_esp32c6_sensor:latest idf.py -D SDKCONFIG_DEFAULTS="sdkconfig.ci.wifi" build

0 commit comments

Comments
 (0)