Commit 383b76f9 authored by James T. Lee's avatar James T. Lee
Browse files

Build cortex-a8 image

parent c1cb23f1
Pipeline #332 failed with stage
in 857 minutes and 14 seconds
...@@ -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:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment