1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-19 07:20:04 +02:00
vaultwarden/hooks/arches.sh

16 Zeilen
261 B
Bash

#!/usr/bin/env bash
# The default Debian-based images support these arches for all database backends.
2020-06-10 11:01:41 +02:00
arches=(
amd64
armv6
armv7
arm64
2020-06-10 11:01:41 +02:00
)
export arches
2020-06-10 11:01:41 +02:00
if [[ "${DOCKER_TAG}" == *alpine ]]; then
distro_suffix=.alpine
2020-06-10 11:01:41 +02:00
fi
export distro_suffix