зеркало из https://github.com/mono/docker.git
Swap arm64v8 exclusion to be based on "wheezy" rather than specific versions (#61)
This commit is contained in:
Родитель
d9c311a713
Коммит
b0ae75ddef
|
@ -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"
|
||||
|
|
Загрузка…
Ссылка в новой задаче