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
8bd16600
Commit
8bd16600
authored
May 12, 2020
by
Simon Volpert
🐧
Browse files
Merge branch 'ci' into 'master'
ci See merge request
!1
parents
fbf95e8b
2543720b
Pipeline
#80874
passed with stage
in 25 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
.gitlab-ci.yml
.gitlab-ci.yml
+7
-0
Dockerfile
Dockerfile
+3
-0
No files found.
.gitlab-ci.yml
0 → 100644
View file @
8bd16600
build
:
image
:
omi-registry.e-technik.uni-ulm.de/sv/buildx:latest
stage
:
build
script
:
-
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" .
-
docker manifest inspect "$CI_REGISTRY_IMAGE"
Dockerfile
0 → 100644
View file @
8bd16600
FROM
alpine
RUN
apk add
-U
curl
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