Remove unsupported platforms from Docker build matrix in create-image workflow
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m29s

This commit is contained in:
Guillaume Langlois 2026-02-02 19:01:40 -05:00
parent 7fa1b885fb
commit eb996a64f5

View File

@ -43,12 +43,7 @@ jobs:
max-parallel: 2
matrix:
platform:
- webgl
- android
- ios
- mac-mono
- windows-mono
- linux-il2cpp
name: Build 🐳 ${{ matrix.platform }}
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == '' || github.event.inputs.platform == matrix.platform }}