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
2db5cf97
Commit
2db5cf97
authored
Jan 02, 2021
by
James T. Lee
Browse files
Add cortex-a72-workstation build
parent
c1cbe234
Pipeline
#318
canceled with stage
in 93 minutes and 57 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
.gitlab-ci.yml
.gitlab-ci.yml
+10
-1
No files found.
.gitlab-ci.yml
View file @
2db5cf97
...
@@ -31,7 +31,7 @@ default:
...
@@ -31,7 +31,7 @@ default:
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${CPU}-${ROLE}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${CPU}-${ROLE}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"'
'
Build
haswell-workstation'
:
.
'Build haswell-workstation'
:
stage
:
'
build'
stage
:
'
build'
tags
:
[
'
nest'
]
tags
:
[
'
nest'
]
variables
:
variables
:
...
@@ -39,3 +39,12 @@ default:
...
@@ -39,3 +39,12 @@ default:
ROLE
:
'
workstation'
ROLE
:
'
workstation'
QEMU_ARCH
:
'
x86_64'
QEMU_ARCH
:
'
x86_64'
script
:
*script
script
:
*script
'
Build
cortex-a72-workstation'
:
stage
:
'
build'
tags
:
[
'
nest'
]
variables
:
CPU
:
'
cortex-a72'
ROLE
:
'
workstation'
QEMU_ARCH
:
'
aarch64'
script
:
*script
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