aboutsummaryrefslogtreecommitdiff
path: root/hooks/arches.sh
blob: c27adf31adaaaa3af0d4ac965e93579665abfbd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# The default Debian-based images support these arches for all database backends.
arches=(
    amd64
    armv6
    armv7
    arm64
)

if [[ "${DOCKER_TAG}" == *alpine ]]; then
    distro_suffix=.alpine
fi