Skip to content

Commit

Permalink
Add debug info…
Browse files Browse the repository at this point in the history
  • Loading branch information
meeDamian committed Jan 23, 2020
1 parent 7725522 commit f29def3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci-create-manifest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ IMAGE_ARM7="${BASE}-arm32v7"

MANIFEST="${SLUG}:${SHORT_VERSION}"

echo "Creating ${MANIFEST}"

docker -D manifest create "${MANIFEST}" "${IMAGE_AMD64}" "${IMAGE_ARM64}" "${IMAGE_ARM6}" "${IMAGE_ARM7}"
docker manifest annotate "${MANIFEST}" "${IMAGE_ARM64}" --os linux --arch arm64 --variant v8
docker manifest annotate "${MANIFEST}" "${IMAGE_ARM7}" --os linux --arch arm --variant v7
Expand Down

0 comments on commit f29def3

Please sign in to comment.