mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
gitlab/cerbero: Use new prefix for jobs built with MinGW
This commit is contained in:
parent
28881dddb4
commit
3608d69c1f
1 changed files with 2 additions and 2 deletions
|
@ -681,7 +681,7 @@ cerbero deps cross-windows x86:
|
|||
extends: '.cerbero deps'
|
||||
variables:
|
||||
CONFIG: "cross-win32.cbc"
|
||||
ARCH: "windows_x86"
|
||||
ARCH: "mingw_x86"
|
||||
|
||||
.cerbero cross win32:
|
||||
extends: '.cerbero'
|
||||
|
@ -717,7 +717,7 @@ cerbero deps cross-windows x86_64:
|
|||
extends: '.cerbero deps'
|
||||
variables:
|
||||
CONFIG: "cross-win64.cbc"
|
||||
ARCH: "windows_x86_64"
|
||||
ARCH: "mingw_x86_64"
|
||||
|
||||
.cerbero cross win64:
|
||||
extends: '.cerbero'
|
||||
|
|
Loading…
Reference in a new issue