Skip to content
Snippets Groups Projects
Unverified Commit e5ec6e0a authored by digitalLumberjack's avatar digitalLumberjack
Browse files

chore(ci): change board build order for gitlab ci

parent fb723520
Branches
Tags
Loading
......@@ -213,67 +213,68 @@ quick build odroidgo2:
tags:
- quickbuild
build rpi1:
build x86_64:
<<: *build_definition
when: manual
variables:
ARCH: 'rpi1'
ARCH: 'x86_64'
QUICK: 'false'
tags:
- build
build rpi2:
build rpi4:
<<: *build_definition
when: manual
variables:
ARCH: 'rpi2'
ARCH: 'rpi4'
QUICK: 'false'
tags:
- build
build rpi3:
build odroidgo2:
<<: *build_definition
when: manual
variables:
ARCH: 'rpi3'
ARCH: 'odroidgo2'
QUICK: 'false'
tags:
- build
build rpi4:
build x86:
<<: *build_definition
when: manual
variables:
ARCH: 'rpi4'
ARCH: 'x86'
QUICK: 'false'
tags:
- build
build x86_64:
build odroidxu4:
<<: *build_definition
when: manual
variables:
ARCH: 'x86_64'
ARCH: 'odroidxu4'
QUICK: 'false'
tags:
- build
build x86:
build rpi1:
<<: *build_definition
when: manual
variables:
ARCH: 'x86'
ARCH: 'rpi1'
QUICK: 'false'
tags:
- build
build odroidxu4:
build rpi2:
<<: *build_definition
when: manual
variables:
ARCH: 'odroidxu4'
ARCH: 'rpi2'
QUICK: 'false'
tags:
- build
build odroidgo2:
build rpi3:
<<: *build_definition
when: manual
variables:
ARCH: 'odroidgo2'
ARCH: 'rpi3'
QUICK: 'false'
tags:
- build
......
......@@ -230,7 +230,7 @@ All notable changes to this project will be documented in this file.
- Fix uboot header for OgS when updating
- Bump theme (model3 update)
- Fix recalbox stable version generation
- Change board build order for gitlab ci
## [7.1.1-Reloaded]
- Fix abnormally long boots
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment