diff --git a/.github/workflows/build-sp.yml b/.github/workflows/build-sp.yml index 9f4b96ec90..6d15ede0c4 100644 --- a/.github/workflows/build-sp.yml +++ b/.github/workflows/build-sp.yml @@ -12,35 +12,8 @@ on: type: string jobs: - build-rot: - if: ${{ inputs.system == 'rot' || inputs.system == '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.system == 'gimlet' || inputs.system == 'all' }} + if: ${{ inputs.board-set == 'gimlet' || inputs.board-set == 'all' }} name: build-gimlet strategy: matrix: