Removed extra trailing platform (#96)

This commit is contained in:
Juan Jose Medina
2021-02-16 17:31:45 +01:00
committed by GitHub
parent 3d317f54b6
commit 32b649e94a
+1 -1
View File
@@ -54,7 +54,7 @@ build() {
[ -f "debootstrap/$DIST" ] || (echo "buildall: Unknown distribution: $DIST" && exit 1)
current_ts="$(date -u +%Y-%m-%dT%H:%M:%S.%NZ)"
if docker pull "$BASENAME:$TAG-$PLATFORM" > /dev/null; then
if docker pull "$BASENAME:$TAG" > /dev/null; then
target_ts="$(docker inspect "$BASENAME:$TAG" | jq --raw-output ".[0].Created")"
pulled_image_id="$(docker inspect "$BASENAME:$TAG" | jq --raw-output ".[0].Id")"
else