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 0
Commits
67e3e653
Commit
67e3e653
authored
Jan 02, 2021
by
James T. Lee
Browse files
Add cortex-a72-a53-crypto build
parent
9f790786
Pipeline
#316
passed with stage
in 246 minutes and 33 seconds
Changes
1
Pipelines
1
Hide 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 @
67e3e653
...
@@ -28,7 +28,7 @@ default:
...
@@ -28,7 +28,7 @@ default:
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${CPU}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}:${CPU}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}/debug:${CPU}"'
-
'
buildah
push
"${CI_REGISTRY_IMAGE}/debug:${CPU}"'
'
Build
cortex-a72'
:
.
'Build cortex-a72'
:
stage
:
'
build'
stage
:
'
build'
tags
:
[
'
nest'
]
tags
:
[
'
nest'
]
variables
:
variables
:
...
@@ -36,3 +36,12 @@ default:
...
@@ -36,3 +36,12 @@ default:
GENTOO_ARCH
:
'
arm64'
GENTOO_ARCH
:
'
arm64'
QEMU_ARCH
:
'
aarch64'
QEMU_ARCH
:
'
aarch64'
script
:
*script
script
:
*script
'
Build
cortex-a72-a53-crypto'
:
stage
:
'
build'
tags
:
[
'
nest'
]
variables
:
CPU
:
'
cortex-a72-a53-crypto'
GENTOO_ARCH
:
'
arm64'
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