release multiple versions of the binary

This commit is contained in:
Victor Talpaert
2026-04-05 23:43:24 +02:00
parent 68d57307c2
commit ff0c00e3cf
4 changed files with 80 additions and 13 deletions

View File

@@ -71,9 +71,10 @@ If you don't have ESP-IDF installed locally, you can build the firmware using th
Optionally override board-specific config values:
```bash
docker build \
--build-arg TARGET=esp32c6 \
--build-arg LED_BUILTIN=8 \
--build-arg BSP_CONFIG_GPIO=0 \
--build-arg BOARD_SPECIFIC_INIT="boards/xiao-esp32c6.h" \
--build-arg BOARD_SPECIFIC_INIT="boards/xiao_esp32c6.h" \
-t esp-scope-firmware .
```