Aiden McClelland
4 years ago
No known key found for this signature in database
GPG Key ID: 45C49185E315A11D
1 changed files with
4 additions and
1 deletions
-
hooks/arches.sh
|
@ -21,5 +21,8 @@ esac |
|
|
if [[ "${DOCKER_TAG}" == *alpine ]]; then |
|
|
if [[ "${DOCKER_TAG}" == *alpine ]]; then |
|
|
# The Alpine build currently only works for amd64. |
|
|
# The Alpine build currently only works for amd64. |
|
|
os_suffix=.alpine |
|
|
os_suffix=.alpine |
|
|
arches=(amd64) |
|
|
arches=( |
|
|
|
|
|
amd64 |
|
|
|
|
|
arm32v7 |
|
|
|
|
|
) |
|
|
fi |
|
|
fi |
|
|