Skip to content

Add bt-proxy firmware for WT32-ETH01 #7

Add bt-proxy firmware for WT32-ETH01

Add bt-proxy firmware for WT32-ETH01 #7

Workflow file for this run

name: Build binaries
on:
push:
branches: [main]
workflow_dispatch:
jobs:
build:
name: Build ${{ matrix.device }} - ${{ matrix.esphome }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
device:
- useelink-strip
esphome:
- latest
- beta
- dev
container: ghcr.io/esphome/esphome:${{ matrix.esphome }}
steps:
- name: Checkout source
uses: actions/[email protected]
- uses: ./.github/actions/build
with:
device: ${{ matrix.device }}