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

Build other ARM64 server images

parent a68ce82a
Pipeline #771 failed with stage
in 263 minutes and 58 seconds
...@@ -36,6 +36,13 @@ ...@@ -36,6 +36,13 @@
ROLE: 'workstation' ROLE: 'workstation'
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
'Build cortex-a72-a53-crypto-server':
<<: *template
variables:
CPU: 'cortex-a72-a53-crypto'
ROLE: 'server'
QEMU_ARCH: 'aarch64'
'Build cortex-a72-a53-crypto-workstation': 'Build cortex-a72-a53-crypto-workstation':
<<: *template <<: *template
variables: variables:
...@@ -43,6 +50,13 @@ ...@@ -43,6 +50,13 @@
ROLE: 'workstation' ROLE: 'workstation'
QEMU_ARCH: 'aarch64' QEMU_ARCH: 'aarch64'
'Build cortex-a72-server':
<<: *template
variables:
CPU: 'cortex-a72'
ROLE: 'server'
QEMU_ARCH: 'aarch64'
'Build cortex-a72-workstation': 'Build cortex-a72-workstation':
<<: *template <<: *template
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