--- .template: &template image: '${CI_REGISTRY}/nest/stage1:${CPU}-workstation' stage: 'build' tags: ['nest'] script: - 'emerge --sync' - 'MAKEOPTS="$CI_HOST_MAKEOPTS" PORTAGE_TMPDIR=/cache emerge -v -j1 --buildpkg www-client/chromium' 'Build haswell': <<: *template variables: CPU: 'haswell' 'Build cortex-a72-a53-crypto': <<: *template variables: CPU: 'cortex-a72-a53-crypto' 'Build cortex-a72': <<: *template variables: CPU: 'cortex-a72'