Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Tools
Buildah
Commits
1d481328
Commit
1d481328
authored
Dec 27, 2020
by
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
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
1d481328
---
---
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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment