Commit 67e3e653 authored by James T. Lee's avatar James T. Lee
Browse files

Add cortex-a72-a53-crypto build

parent 9f790786
Pipeline #316 passed with stage
in 246 minutes and 33 seconds
...@@ -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
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