Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
go-with-dep
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
go-with-dep
Merge requests
!6
switching to 1.14.1
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
switching to 1.14.1
1.41.1
into
master
Overview
0
Commits
23
Pipelines
3
Changes
2
Merged
Alexey Kuklin
requested to merge
1.41.1
into
master
5 years ago
Overview
0
Commits
23
Pipelines
3
Changes
2
Expand
0
0
Merge request reports
Compare
master
version 2
aef01b69
5 years ago
version 1
261650ef
5 years ago
master (base)
and
latest version
latest version
7d85c446
23 commits,
5 years ago
version 2
aef01b69
22 commits,
5 years ago
version 1
261650ef
21 commits,
5 years ago
2 files
+
19
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
2
Options
@@ -29,7 +29,6 @@ ppc64le:
amd64
:
variables
:
IMAGE
:
$CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_JOB_NAME:$CI_COMMIT_REF_NAME
IMAGE_SHA
:
$CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/$CI_JOB_NAME:$CI_COMMIT_SHA
stage
:
build
tags
:
-
amd64
@@ -44,7 +43,7 @@ manifest:
IMAGE_ppc64le
:
$CI_REGISTRY/$CI_PROJECT_NAMESPACE/$CI_PROJECT_NAME/ppc64le:$CI_COMMIT_REF_NAME
stage
:
manifest
tags
:
-
amd64
-
script
script
:
-
docker manifest create $IMAGE $IMAGE_amd64 $IMAGE_ppc64le
-
docker manifest push $IMAGE
Loading