Fix multiple amd64 in latest manifest

pull/2/head 1.3.2
Stefan Scherer 7 years ago
parent 8b51c87d1c
commit 9042e9bc05
No known key found for this signature in database
GPG Key ID: 5966AEAC37E957FA

@ -46,7 +46,7 @@ if [ "$ARCH" == "amd64" ]; then
"$image:linux-arm-$TRAVIS_TAG" \
"$image:linux-arm64-$TRAVIS_TAG" \
"$image:windows-amd64-$TRAVIS_TAG"
./docker manifest annotate "$image:$TRAVIS_TAG" "$image:linux-arm-$TRAVIS_TAG" --os linux --arch arm
./docker manifest annotate "$image:$TRAVIS_TAG" "$image:linux-arm64-$TRAVIS_TAG" --os linux --arch arm64
./docker manifest annotate "$image:latest" "$image:linux-arm-$TRAVIS_TAG" --os linux --arch arm
./docker manifest annotate "$image:latest" "$image:linux-arm64-$TRAVIS_TAG" --os linux --arch arm64
./docker manifest push "$image:latest"
fi

Loading…
Cancel
Save