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
383b76f9
Commit
383b76f9
authored
Jan 04, 2021
by
James T. Lee
Browse files
Build cortex-a8 image
parent
c1cb23f1
Pipeline
#332
failed with stage
in 857 minutes and 14 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 @
383b76f9
...
@@ -13,7 +13,7 @@ default:
...
@@ -13,7 +13,7 @@ default:
QEMU_ARCH
:
'
x86_64'
QEMU_ARCH
:
'
x86_64'
script
:
&script
script
:
&script
-
'
mkdir
debug'
-
'
mkdir
debug'
-
'
buildah
bud
--pull
--squash
-
'
buildah
bud
--squash
--security-opt
seccomp=unconfined
--security-opt
seccomp=unconfined
--build-arg
GENTOO_STAGE3_TAG="$GENTOO_ARCH"
--build-arg
GENTOO_STAGE3_TAG="$GENTOO_ARCH"
--build-arg
EMERGE_DEFAULT_OPTS="${CI_HOST_EMERGE_DEFAULT_OPTS}
--usepkg"
--build-arg
EMERGE_DEFAULT_OPTS="${CI_HOST_EMERGE_DEFAULT_OPTS}
--usepkg"
...
@@ -28,6 +28,15 @@ default:
...
@@ -28,6 +28,15 @@ 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-a8'
:
stage
:
'
build'
tags
:
[
'
nest'
]
variables
:
CPU
:
'
cortex-a8'
GENTOO_ARCH
:
'
armv7a_hardfp'
QEMU_ARCH
:
'
arm'
script
:
*script
.'Build cortex-a72'
:
.'Build cortex-a72'
:
stage
:
'
build'
stage
:
'
build'
tags
:
[
'
nest'
]
tags
:
[
'
nest'
]
...
@@ -37,7 +46,7 @@ default:
...
@@ -37,7 +46,7 @@ default:
QEMU_ARCH
:
'
aarch64'
QEMU_ARCH
:
'
aarch64'
script
:
*script
script
:
*script
'
Build
cortex-a72-a53-crypto'
:
.
'Build cortex-a72-a53-crypto'
:
stage
:
'
build'
stage
:
'
build'
tags
:
[
'
nest'
]
tags
:
[
'
nest'
]
variables
:
variables
:
...
...
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