Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
VILLASnode
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ACS
P
Public
VILLASframework
VILLASnode
Commits
cf56aae2
Commit
cf56aae2
authored
Jan 06, 2021
by
Steffen Vogel
🎅🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix creation of multi-platform manifest
parent
d1f3b03b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
.gitlab-ci.yml
.gitlab-ci.yml
+2
-4
No files found.
.gitlab-ci.yml
View file @
cf56aae2
...
...
@@ -9,7 +9,7 @@ variables:
DOCKER_IMAGE
:
registry.git.rwth-aachen.de/acs/public/villas/node
DOCKER_IMAGE_DEV
:
${DOCKER_IMAGE}/dev-${DISTRO}
DOCKER_CLI_EXPERIMENTAL
:
enabled
DOCKER_PLATFORMS
:
amd64 armv7 arm64
DOCKER_PLATFORMS
:
amd64 armv
6 armv
7 arm64
MAKE_OPTS
:
"
-j16"
RELEASEVER
:
"
33"
...
...
@@ -294,6 +294,7 @@ packaging:rpm:
-
docker buildx inspect --bootstrap cross-platform-build
script
:
-
docker buildx build ${DOCKER_OPTS}
--push
--target app
--platform ${PLATFORM}
--file packaging/docker/Dockerfile.alpine
...
...
@@ -395,9 +396,6 @@ deploy:docker:
-
packaging:docker:arm64
script
:
-
docker push ${DOCKER_IMAGE}/dev:${DOCKER_TAG}
-
for PF in ${DOCKER_PLATFORMS}; do
docker push ${DOCKER_IMAGE}:${DOCKER_TAG}-${PF};
done
-
docker manifest create ${DOCKER_IMAGE}:${DOCKER_TAG}
${DOCKER_IMAGE}:${DOCKER_TAG}-amd64
${DOCKER_IMAGE}:${DOCKER_TAG}-arm64
...
...
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