Swap arm64v8 exclusion to be based on "wheezy" rather than specific versions (#61)

This commit is contained in:
Tianon Gravi 2017-08-21 10:42:44 -07:00 коммит произвёл Alexander Köplinger
Родитель d9c311a713
Коммит b0ae75ddef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -58,7 +58,7 @@ for version in "${versions[@]}"; do
tags="${tags%, }"
architectures="amd64, i386, arm32v7"
if [[ "$version" != "3"* ]]; then architectures+=", arm64v8"; fi
if ! grep -q 'wheezy' "$version/Dockerfile"; then architectures+=", arm64v8"; fi
echo
echo "Tags: $tags"