log limits
This commit is contained in:
@@ -9,6 +9,7 @@ fi
|
|||||||
archs=linux/amd64,linux/386,linux/arm/v7,linux/arm64
|
archs=linux/amd64,linux/386,linux/arm/v7,linux/arm64
|
||||||
if [[ -n "$LIMITARCH" ]]; then
|
if [[ -n "$LIMITARCH" ]]; then
|
||||||
archs=$(echo ",$archs," | sed -e "s#.*,\([^,/]*/$LIMITARCH\),.*#\1#")
|
archs=$(echo ",$archs," | sed -e "s#.*,\([^,/]*/$LIMITARCH\),.*#\1#")
|
||||||
|
echo "limiting to arch $archs"
|
||||||
fi
|
fi
|
||||||
if [[ -z "$1" ]] || [[ "x$1" == "xrelease" ]]; then
|
if [[ -z "$1" ]] || [[ "x$1" == "xrelease" ]]; then
|
||||||
UPLOAD_URL=
|
UPLOAD_URL=
|
||||||
@@ -38,6 +39,7 @@ else
|
|||||||
images='bullseye buster stretch'
|
images='bullseye buster stretch'
|
||||||
if [[ -n "$LIMITIMG" ]]; then
|
if [[ -n "$LIMITIMG" ]]; then
|
||||||
images=$(echo " $images " | sed -e "s#.* \($LIMITIMG\) .*#\1#")
|
images=$(echo " $images " | sed -e "s#.* \($LIMITIMG\) .*#\1#")
|
||||||
|
echo "limiting to image $images"
|
||||||
fi
|
fi
|
||||||
outputFmt='-o out/%IMAGE%'
|
outputFmt='-o out/%IMAGE%'
|
||||||
tagsuffix=":v$version-prep"
|
tagsuffix=":v$version-prep"
|
||||||
|
|||||||
Reference in New Issue
Block a user