1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-06 12:25:10 +01:00

CI: Add back Windows x86 builds

This commit is contained in:
Jonas Kvinge 2024-09-29 23:45:38 +02:00
parent b50da3eba4
commit 85af736bfd

View File

@ -951,7 +951,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ 'x86_64' ]
arch: [ 'i686', 'x86_64' ]
buildtype: [ 'debug', 'release' ]
container:
image: jonaski/strawberry-mxe-${{matrix.arch}}-${{matrix.buildtype}}
@ -1140,7 +1140,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [ 'x86_64' ]
arch: [ 'x86', 'x86_64' ]
buildtype: [ 'release' ]
steps: