Skip to content

Commit

Permalink
Add ppc64le manifest to latest manifest (open-telemetry#2314)
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed Dec 5, 2022
1 parent 642c25e commit e8c50a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ push-linux-image:
# Create and push image manifests
set -e
echo "Creating and pushing ${IMAGE_NAME}:${MANIFEST_TAG} manifest"
docker manifest create ${IMAGE_NAME}:${MANIFEST_TAG} --amend ${IMAGE_NAME}:${MANIFEST_TAG}-amd64 --amend ${IMAGE_NAME}:${MANIFEST_TAG}-arm64
docker manifest create ${IMAGE_NAME}:${MANIFEST_TAG} --amend ${IMAGE_NAME}:${MANIFEST_TAG}-amd64 --amend ${IMAGE_NAME}:${MANIFEST_TAG}-arm64 --amend ${IMAGE_NAME}:${MANIFEST_TAG}-ppc64le
docker manifest push ${IMAGE_NAME}:${MANIFEST_TAG}
if [[ "${CI_COMMIT_BRANCH:-}" = "main" ]] || [[ "${CI_COMMIT_TAG:-}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
# only push latest manifest tag for main and stable releases
Expand Down

0 comments on commit e8c50a6

Please sign in to comment.