forked from Conjure-Tools/unity-runner
Remove unsupported platforms from Docker build matrix in create-image workflow
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m29s
Some checks failed
🤓 Individual Runners / Build 🐳 windows-mono (push) Failing after 1m29s
This commit is contained in:
parent
7fa1b885fb
commit
eb996a64f5
@ -43,12 +43,7 @@ jobs:
|
|||||||
max-parallel: 2
|
max-parallel: 2
|
||||||
matrix:
|
matrix:
|
||||||
platform:
|
platform:
|
||||||
- webgl
|
|
||||||
- android
|
|
||||||
- ios
|
|
||||||
- mac-mono
|
|
||||||
- windows-mono
|
- windows-mono
|
||||||
- linux-il2cpp
|
|
||||||
|
|
||||||
name: Build 🐳 ${{ matrix.platform }}
|
name: Build 🐳 ${{ matrix.platform }}
|
||||||
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == '' || github.event.inputs.platform == matrix.platform }}
|
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == '' || github.event.inputs.platform == matrix.platform }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user