Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Simon Volpert
buildx-demo
Commits
c8ea8e46
Commit
c8ea8e46
authored
May 12, 2020
by
Simon Volpert
🐧
Browse files
Merge branch 'arm7' into 'master'
arm7 See merge request
!3
parents
be230f0c
c06bfca0
Pipeline
#80881
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Show 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 @
c8ea8e46
...
@@ -3,5 +3,5 @@ build:
...
@@ -3,5 +3,5 @@ build:
stage
:
build
stage
:
build
script
:
script
:
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-
docker buildx build --push --platform linux/arm64,linux/amd64 --tag "$CI_REGISTRY_IMAGE" --tag "$CI_REGISTRY_IMAGE":"$CI_COMMIT_REF_NAME" .
-
docker buildx build --push --platform linux/arm64,linux/amd64
,linux/arm/v7
--tag "$CI_REGISTRY_IMAGE" --tag "$CI_REGISTRY_IMAGE":"$CI_COMMIT_REF_NAME" .
-
docker manifest inspect "$CI_REGISTRY_IMAGE"
-
docker manifest inspect "$CI_REGISTRY_IMAGE"
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