2021-01-09 11:33:36 +01:00
|
|
|
# The default Debian-based images support these arches for all database backends.
|
2020-06-10 11:01:41 +02:00
|
|
|
arches=(
|
|
|
|
amd64
|
2021-01-09 11:33:36 +01:00
|
|
|
armv6
|
|
|
|
armv7
|
|
|
|
arm64
|
2020-06-10 11:01:41 +02:00
|
|
|
)
|
|
|
|
|
|
|
|
if [[ "${DOCKER_TAG}" == *alpine ]]; then
|
2021-01-09 11:33:36 +01:00
|
|
|
# The Alpine image build currently only works for certain arches.
|
|
|
|
distro_suffix=.alpine
|
2020-09-26 22:02:47 +02:00
|
|
|
arches=(
|
|
|
|
amd64
|
2021-01-09 11:33:36 +01:00
|
|
|
armv7
|
2020-09-26 22:02:47 +02:00
|
|
|
)
|
2020-06-10 11:01:41 +02:00
|
|
|
fi
|