aboutsummaryrefslogtreecommitdiff
path: root/hooks
diff options
context:
space:
mode:
Diffstat (limited to 'hooks')
-rw-r--r--hooks/arches.sh13
1 files changed, 2 insertions, 11 deletions
diff --git a/hooks/arches.sh b/hooks/arches.sh
index 7bd52c49..7deeed50 100644
--- a/hooks/arches.sh
+++ b/hooks/arches.sh
@@ -1,6 +1,6 @@
-# The default Debian-based SQLite images support these arches.
+# The default Debian-based images support these arches for all database connections
#
-# Other images (Alpine-based, or with other database backends) currently
+# Other images (Alpine-based) currently
# support only a subset of these.
arches=(
amd64
@@ -9,15 +9,6 @@ arches=(
arm64v8
)
-case "${DOCKER_REPO}" in
- *-mysql)
- arches=(amd64)
- ;;
- *-postgresql)
- arches=(amd64)
- ;;
-esac
-
if [[ "${DOCKER_TAG}" == *alpine ]]; then
# The Alpine build currently only works for amd64.
os_suffix=.alpine