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

Build other ARM64 server images

parent a68ce82a
Pipeline #689 passed with stage
in 180 minutes and 5 seconds
...@@ -22,42 +22,56 @@ ...@@ -22,42 +22,56 @@
- '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-server': .'Build haswell-server':
<<: *template <<: *template
variables: variables:
CPU: 'haswell' CPU: 'haswell'
ROLE: 'server' ROLE: 'server'
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
'Build haswell-workstation': .'Build haswell-workstation':
<<: *template <<: *template
variables: variables:
CPU: 'haswell' CPU: 'haswell'
ROLE: 'workstation' ROLE: 'workstation'
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
'Build cortex-a72-a53-crypto-workstation': 'Build cortex-a72-a53-crypto-server':
<<: *template
variables:
CPU: 'cortex-a72-a53-crypto'
ROLE: 'server'
QEMU_ARCH: 'aarch64'
.'Build cortex-a72-a53-crypto-workstation':
<<: *template <<: *template
variables: variables:
CPU: 'cortex-a72-a53-crypto' CPU: 'cortex-a72-a53-crypto'
ROLE: 'workstation' ROLE: 'workstation'
QEMU_ARCH: 'aarch64' QEMU_ARCH: 'aarch64'
'Build cortex-a72-workstation': 'Build cortex-a72-server':
<<: *template
variables:
CPU: 'cortex-a72'
ROLE: 'server'
QEMU_ARCH: 'aarch64'
.'Build cortex-a72-workstation':
<<: *template <<: *template
variables: variables:
CPU: 'cortex-a72' CPU: 'cortex-a72'
ROLE: 'workstation' ROLE: 'workstation'
QEMU_ARCH: 'aarch64' QEMU_ARCH: 'aarch64'
'Build cortex-a53-crypto-server': .'Build cortex-a53-crypto-server':
<<: *template <<: *template
variables: variables:
CPU: 'cortex-a53-crypto' CPU: 'cortex-a53-crypto'
ROLE: 'server' ROLE: 'server'
QEMU_ARCH: 'aarch64' QEMU_ARCH: 'aarch64'
'Build cortex-a8-server': .'Build cortex-a8-server':
<<: *template <<: *template
variables: variables:
CPU: 'cortex-a8' CPU: 'cortex-a8'
......
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