diff --git a/.github/workflows/build-boards.yml b/.github/workflows/build-boards.yml index 0b06db375..c5a794361 100644 --- a/.github/workflows/build-boards.yml +++ b/.github/workflows/build-boards.yml @@ -12,32 +12,6 @@ on: type: string jobs: - build-rot: - if: ${{ inputs.board-set == 'rot' || inputs.board-set == 'all' }} - name: build-rot - strategy: - matrix: - build: [oxide-rot-1, oxide-rot-1-dev] - include: - - build: oxide-rot-1 - app_name: oxide-rot-1 - app_toml: app/oxide-rot-1/app.toml - target: thumbv8m.main-none-eabihf - image: "a, b" - - build: oxide-rot-1-dev - app_name: oxide-rot-1-dev - app_toml: app/oxide-rot-1/app-dev.toml - target: thumbv8m.main-none-eabihf - image: "a, b" - uses: ./.github/workflows/build-one.yml - with: - build: ${{ matrix.build }} - app_name: ${{ matrix.app_name }} - app_toml: ${{ matrix.app_toml }} - target: ${{ matrix.target }} - image: ${{ matrix.image }} - os: ${{ inputs.os }} - build-gimlet: if: ${{ inputs.board-set == 'gimlet' || inputs.board-set == 'all' }} name: build-gimlet