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

Add workstation builds

parent 13aa0a77
Pipeline #567 passed with stage
in 230 minutes and 34 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'
...@@ -29,3 +29,21 @@ ...@@ -29,3 +29,21 @@
ROLE: 'server' ROLE: 'server'
PROFILE: 'haswell/server' PROFILE: 'haswell/server'
QEMU_ARCH: 'x86_64' QEMU_ARCH: 'x86_64'
'Build haswell-workstation':
<<: *template
variables:
CPU: 'haswell'
PLATFORM: 'haswell'
ROLE: 'workstation'
PROFILE: 'haswell/workstation'
QEMU_ARCH: 'x86_64'
'Build pinebookpro-workstation':
<<: *template
variables:
CPU: 'cortex-a72-a53-crypto'
PLATFORM: 'pinebookpro'
ROLE: 'workstation'
PROFILE: 'cortex-a72-a53-crypto/pinebookpro/workstation'
QEMU_ARCH: 'aarch64'
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