We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7725522 commit f29def3Copy full SHA for f29def3
scripts/ci-create-manifest.sh
@@ -16,6 +16,8 @@ IMAGE_ARM7="${BASE}-arm32v7"
16
17
MANIFEST="${SLUG}:${SHORT_VERSION}"
18
19
+echo "Creating ${MANIFEST}…"
20
+
21
docker -D manifest create "${MANIFEST}" "${IMAGE_AMD64}" "${IMAGE_ARM64}" "${IMAGE_ARM6}" "${IMAGE_ARM7}"
22
docker manifest annotate "${MANIFEST}" "${IMAGE_ARM64}" --os linux --arch arm64 --variant v8
23
docker manifest annotate "${MANIFEST}" "${IMAGE_ARM7}" --os linux --arch arm --variant v7
0 commit comments