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

Add other ARM builds

parent 63293cf9
Pipeline #569 passed with stage
in 255 minutes and 29 seconds
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
PROFILE: 'haswell/server' PROFILE: 'haswell/server'
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
'Build haswell-workstation': .'Build haswell-workstation':
<<: *template <<: *template
variables: variables:
CPU: 'haswell' CPU: 'haswell'
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
PROFILE: 'haswell/workstation' PROFILE: 'haswell/workstation'
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
'Build pinebookpro-workstation': .'Build pinebookpro-workstation':
<<: *template <<: *template
variables: variables:
CPU: 'cortex-a72-a53-crypto' CPU: 'cortex-a72-a53-crypto'
...@@ -47,3 +47,21 @@ ...@@ -47,3 +47,21 @@
ROLE: 'workstation' ROLE: 'workstation'
PROFILE: 'cortex-a72-a53-crypto/pinebookpro/workstation' PROFILE: 'cortex-a72-a53-crypto/pinebookpro/workstation'
QEMU_ARCH: 'aarch64' QEMU_ARCH: 'aarch64'
'Build raspberrypi-workstation':
<<: *template
variables:
CPU: 'cortex-a72'
PLATFORM: 'raspberrypi'
ROLE: 'workstation'
PROFILE: 'cortex-a72/raspberrypi/workstation'
QEMU_ARCH: 'aarch64'
'Build beagleboneblack-server':
<<: *template
variables:
CPU: 'cortex-a8'
PLATFORM: 'beagleboneblack'
ROLE: 'server'
PROFILE: 'cortex-a8/beagleboneblack/server'
QEMU_ARCH: 'arm'
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