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 1
Commits
81466588
Commit
81466588
authored
May 13, 2021
by
James T. Lee
Browse files
Build other ARM64 server images
parent
a68ce82a
Pipeline
#689
passed with stage
in 180 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
6 deletions
+20
-6
.gitlab-ci.yml
.gitlab-ci.yml
+20
-6
No files found.
.gitlab-ci.yml
View file @
81466588
...
...
@@ -22,42 +22,56 @@
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${CPU}-${ROLE}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"'
'
Build
haswell-server'
:
.
'Build haswell-server'
:
<<
:
*template
variables
:
CPU
:
'
haswell'
ROLE
:
'
server'
QEMU_ARCH
:
'
x86_64'
'
Build
haswell-workstation'
:
.
'Build haswell-workstation'
:
<<
:
*template
variables
:
CPU
:
'
haswell'
ROLE
:
'
workstation'
QEMU_ARCH
:
'
x86_64'
'
Build
cortex-a72-a53-crypto-workstation'
:
'
Build
cortex-a72-a53-crypto-server'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72-a53-crypto'
ROLE
:
'
server'
QEMU_ARCH
:
'
aarch64'
.'Build cortex-a72-a53-crypto-workstation'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72-a53-crypto'
ROLE
:
'
workstation'
QEMU_ARCH
:
'
aarch64'
'
Build
cortex-a72-workstation'
:
'
Build
cortex-a72-server'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72'
ROLE
:
'
server'
QEMU_ARCH
:
'
aarch64'
.'Build cortex-a72-workstation'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a72'
ROLE
:
'
workstation'
QEMU_ARCH
:
'
aarch64'
'
Build
cortex-a53-crypto-server'
:
.
'Build cortex-a53-crypto-server'
:
<<
:
*template
variables
:
CPU
:
'
cortex-a53-crypto'
ROLE
:
'
server'
QEMU_ARCH
:
'
aarch64'
'
Build
cortex-a8-server'
:
.
'Build cortex-a8-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