mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2026-01-16 20:14:28 +01:00
make sure armhf is allowed on aarch64
This commit is contained in:
@@ -254,6 +254,9 @@ if ! [ -x "$(command -v docker)" ] || ! [ -x "$(command -v docker-compose)" ]; t
|
||||
if [[ "$RELEASE" == "bionic" ]]; then
|
||||
RELEASE=xenial
|
||||
fi
|
||||
if [ -x "$(command -v dpkg)" ]; then
|
||||
dpkg --add-architecture armhf
|
||||
fi
|
||||
add-apt-repository "deb https://download.docker.com/linux/$(. /etc/os-release; echo "$ID") $RELEASE stable"
|
||||
apt-get update -y
|
||||
apt-get install -y docker-ce:armhf
|
||||
|
||||
Reference in New Issue
Block a user