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

Build sopine-server

parent d2ac1d5f
Pipeline #571 passed with stage
in 114 minutes and 19 seconds
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
- 'buildah push "${CI_REGISTRY_IMAGE}:${PLATFORM}-${ROLE}"' - 'buildah push "${CI_REGISTRY_IMAGE}:${PLATFORM}-${ROLE}"'
- 'buildah push "${CI_REGISTRY_IMAGE}/debug:${PLATFORM}-${ROLE}"' - 'buildah push "${CI_REGISTRY_IMAGE}/debug:${PLATFORM}-${ROLE}"'
'Build haswell-server': .'Build haswell-server':
<<: *template <<: *template
variables: variables:
CPU: 'haswell' CPU: 'haswell'
...@@ -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'
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
PROFILE: 'cortex-a72-a53-crypto/pinebookpro/workstation' PROFILE: 'cortex-a72-a53-crypto/pinebookpro/workstation'
QEMU_ARCH: 'aarch64' QEMU_ARCH: 'aarch64'
'Build raspberrypi-workstation': .'Build raspberrypi-workstation':
<<: *template <<: *template
variables: variables:
CPU: 'cortex-a72' CPU: 'cortex-a72'
...@@ -57,7 +57,16 @@ ...@@ -57,7 +57,16 @@
PROFILE: 'cortex-a72/raspberrypi/workstation' PROFILE: 'cortex-a72/raspberrypi/workstation'
QEMU_ARCH: 'aarch64' QEMU_ARCH: 'aarch64'
'Build beagleboneblack-server': 'Build sopine-server':
<<: *template
variables:
CPU: 'cortex-a53-crypto'
PLATFORM: 'sopine'
ROLE: 'server'
PROFILE: 'cortex-a53-crypto/sopine/server'
QEMU_ARCH: 'aarch64'
.'Build beagleboneblack-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