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
Stage 0
Commits
1ec09021
Commit
1ec09021
authored
Dec 26, 2020
by
James T. Lee
Browse files
Use CI_HOST_CPU instead of CI_HOST_PLATFORM
parent
a64d9989
Pipeline
#279
canceled with stage
in 5 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
1ec09021
---
---
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
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
-
'
buildah
login
-u
"$CI_REGISTRY_USER"
-p
"$CI_REGISTRY_PASSWORD"
"$CI_REGISTRY"'
...
...
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