Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
dc016c66
Unverified
Commit
dc016c66
authored
4 years ago
by
Richard van der Hoff
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Don't publish `latest` docker image until all archs are built (#8909)
parent
80a992d7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.circleci/config.yml
+4
-3
4 additions, 3 deletions
.circleci/config.yml
changelog.d/8909.misc
+1
-0
1 addition, 0 deletions
changelog.d/8909.misc
with
5 additions
and
3 deletions
.circleci/config.yml
+
4
−
3
View file @
dc016c66
...
...
@@ -7,6 +7,8 @@ jobs:
-
checkout
-
docker_prepare
-
run
:
docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
# for release builds, we want to get the amd64 image out asap, so first
# we do an amd64-only build, before following up with a multiarch build.
-
docker_build
:
tag
:
-t matrixdotorg/synapse:${CIRCLE_TAG}
platforms
:
linux/amd64
...
...
@@ -21,9 +23,8 @@ jobs:
-
checkout
-
docker_prepare
-
run
:
docker login --username $DOCKER_HUB_USERNAME --password $DOCKER_HUB_PASSWORD
-
docker_build
:
tag
:
-t matrixdotorg/synapse:latest
platforms
:
linux/amd64
# for `latest`, we don't want the arm images to disappear, so don't update the tag
# until all of the platforms are built.
-
docker_build
:
tag
:
-t matrixdotorg/synapse:latest
platforms
:
linux/amd64,linux/arm/v7,linux/arm64
...
...
This diff is collapsed.
Click to expand it.
changelog.d/8909.misc
0 → 100644
+
1
−
0
View file @
dc016c66
Don't publish `latest` docker image until all archs are built.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment