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

Add cortex-a72 build

parent 7332cb73
Pipeline #290 canceled with stage
in 11 minutes and 7 seconds
...@@ -4,14 +4,14 @@ default: ...@@ -4,14 +4,14 @@ default:
before_script: before_script:
- 'buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"' - 'buildah login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" "$CI_REGISTRY"'
'Build haswell': .'Build haswell':
stage: 'build' stage: 'build'
tags: ['nest'] tags: ['nest']
variables: variables:
ARCH: 'x86_64' ARCH: 'x86_64'
CPU: 'haswell' CPU: 'haswell'
GENTOO_STAGE3_TAG: 'amd64' GENTOO_STAGE3_TAG: 'amd64'
script: script: &script
- 'mkdir debug' - 'mkdir debug'
- 'buildah bud --pull --squash - 'buildah bud --pull --squash
--security-opt seccomp=unconfined --security-opt seccomp=unconfined
...@@ -26,3 +26,12 @@ default: ...@@ -26,3 +26,12 @@ default:
- 'buildah bud -t "${CI_REGISTRY_IMAGE}/debug:${CPU}" -f Containerfile.debug .' - 'buildah bud -t "${CI_REGISTRY_IMAGE}/debug:${CPU}" -f Containerfile.debug .'
- 'buildah push "${CI_REGISTRY_IMAGE}:${CPU}"' - 'buildah push "${CI_REGISTRY_IMAGE}:${CPU}"'
- 'buildah push "${CI_REGISTRY_IMAGE}/debug:${CPU}"' - 'buildah push "${CI_REGISTRY_IMAGE}/debug:${CPU}"'
'Build cortex-a72':
stage: 'build'
tags: ['nest']
variables:
ARCH: 'aarch64'
CPU: 'cortex-a72'
GENTOO_STAGE3_TAG: 'arm64'
script: *script
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