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

Use CI_HOST_CPU instead of CI_HOST_PLATFORM

parent e4eaef5a
Pipeline #286 passed with stage
in 10 minutes and 32 seconds
--- ---
default: default:
image: '${CI_REGISTRY}/nest/tools/buildah:${CI_HOST_PLATFORM}' image: '${CI_REGISTRY}/nest/tools/buildah:${CI_HOST_CPU}'
before_script: before_script:
- 'buildah login --username "$CI_REGISTRY_USER" --password "$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'
......
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