mirror of
https://github.com/Retropex/dockerfile-deps.git
synced 2025-05-12 16:40:40 +02:00
fix build script
This commit is contained in:
parent
56efa2a466
commit
d5b8231b24
@ -101,7 +101,7 @@ jobs:
|
||||
if [ -f $DOCKERHUB_DOCKEFILE_ARM32 ]; then
|
||||
IMAGES="$IMAGES $DOCKERHUB_DESTINATION-arm32v7"
|
||||
fi
|
||||
if [ -z "$IMAGES" ];
|
||||
if [ -z "$IMAGES" ]; then
|
||||
echo "Skipping $DOCKERHUB_DESTINATION as there were no supported platforms to build for"
|
||||
else
|
||||
sudo docker manifest create --amend $DOCKERHUB_DESTINATION $IMAGES
|
||||
|
Loading…
Reference in New Issue
Block a user