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
076d1116
Commit
076d1116
authored
Dec 27, 2020
by
James T. Lee
Browse files
Add cortex-a72 build
parent
7332cb73
Pipeline
#290
canceled with stage
in 11 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
2 deletions
+11
-2
.gitlab-ci.yml
.gitlab-ci.yml
+11
-2
No files found.
.gitlab-ci.yml
View file @
076d1116
...
@@ -4,14 +4,14 @@ default:
...
@@ -4,14 +4,14 @@ default:
before_script
:
before_script
:
-
'
buildah
login
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
-
'
buildah
login
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
'
Build
haswell'
:
.
'Build haswell'
:
stage
:
'
build'
stage
:
'
build'
tags
:
[
'
nest'
]
tags
:
[
'
nest'
]
variables
:
variables
:
ARCH
:
'
x86_64'
ARCH
:
'
x86_64'
CPU
:
'
haswell'
CPU
:
'
haswell'
GENTOO_STAGE3_TAG
:
'
amd64'
GENTOO_STAGE3_TAG
:
'
amd64'
script
:
script
:
&script
-
'
mkdir
debug'
-
'
mkdir
debug'
-
'
buildah
bud
--pull
--squash
-
'
buildah
bud
--pull
--squash
--security-opt
seccomp=unconfined
--security-opt
seccomp=unconfined
...
@@ -26,3 +26,12 @@ default:
...
@@ -26,3 +26,12 @@ default:
-
'
buildah
bud
-t
"${CI_REGISTRY_IMAGE}/debug:${CPU}"
-f
Containerfile.debug
.'
-
'
buildah
bud
-t
"${CI_REGISTRY_IMAGE}/debug:${CPU}"
-f
Containerfile.debug
.'
-
'
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'
:
stage
:
'
build'
tags
:
[
'
nest'
]
variables
:
ARCH
:
'
aarch64'
CPU
:
'
cortex-a72'
GENTOO_STAGE3_TAG
:
'
arm64'
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