Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Stage 2
Commits
bf931cae
Commit
bf931cae
authored
Mar 04, 2021
by
James T. Lee
Browse files
Build sopine-server
parent
d2ac1d5f
Pipeline
#571
passed with stage
in 114 minutes and 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
5 deletions
+14
-5
.gitlab-ci.yml
.gitlab-ci.yml
+14
-5
No files found.
.gitlab-ci.yml
View file @
bf931cae
...
...
@@ -21,7 +21,7 @@
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${PLATFORM}-${ROLE}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}/debug:${PLATFORM}-${ROLE}"'
'
Build
haswell-server'
:
.
'Build haswell-server'
:
<<
:
*template
variables
:
CPU
:
'
haswell'
...
...
@@ -30,7 +30,7 @@
PROFILE
:
'
haswell/server'
QEMU_ARCH
:
'
x86_64'
'
Build
haswell-workstation'
:
.
'Build haswell-workstation'
:
<<
:
*template
variables
:
CPU
:
'
haswell'
...
...
@@ -39,7 +39,7 @@
PROFILE
:
'
haswell/workstation'
QEMU_ARCH
:
'
x86_64'
'
Build
pinebookpro-workstation'
:
.
'Build pinebookpro-workstation'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72-a53-crypto'
...
...
@@ -48,7 +48,7 @@
PROFILE
:
'
cortex-a72-a53-crypto/pinebookpro/workstation'
QEMU_ARCH
:
'
aarch64'
'
Build
raspberrypi-workstation'
:
.
'Build raspberrypi-workstation'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72'
...
...
@@ -57,7 +57,16 @@
PROFILE
:
'
cortex-a72/raspberrypi/workstation'
QEMU_ARCH
:
'
aarch64'
'
Build
beagleboneblack-server'
:
'
Build
sopine-server'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a53-crypto'
PLATFORM
:
'
sopine'
ROLE
:
'
server'
PROFILE
:
'
cortex-a53-crypto/sopine/server'
QEMU_ARCH
:
'
aarch64'
.'Build beagleboneblack-server'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a8'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment