Commit 2db5cf97 authored by James T. Lee's avatar James T. Lee
Browse files

Add cortex-a72-workstation build

parent c1cbe234
Pipeline #318 canceled with stage
in 93 minutes and 57 seconds
...@@ -31,7 +31,7 @@ default: ...@@ -31,7 +31,7 @@ default:
- 'buildah push "${CI_REGISTRY_IMAGE}:${CPU}-${ROLE}"' - 'buildah push "${CI_REGISTRY_IMAGE}:${CPU}-${ROLE}"'
- 'buildah push "${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"' - 'buildah push "${CI_REGISTRY_IMAGE}/debug:${CPU}-${ROLE}"'
'Build haswell-workstation': .'Build haswell-workstation':
stage: 'build' stage: 'build'
tags: ['nest'] tags: ['nest']
variables: variables:
...@@ -39,3 +39,12 @@ default: ...@@ -39,3 +39,12 @@ default:
ROLE: 'workstation' ROLE: 'workstation'
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
script: *script script: *script
'Build cortex-a72-workstation':
stage: 'build'
tags: ['nest']
variables:
CPU: 'cortex-a72'
ROLE: 'workstation'
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