mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-12 21:30:41 +05:30
Automatically use the hotspot image when on aarch64.
This commit is contained in:
parent
95e20fa87d
commit
18d81afee4
@ -19,4 +19,8 @@ sed -i "s/FRONTEND_HOSTNAME/$frontend/g" config/*
|
||||
sed -i "s/BACKEND_HOSTNAME/$backend/g" config/*
|
||||
sed -i "s/PROXY_HOSTNAME/$proxy/g" config/*
|
||||
|
||||
if [[ "$(uname -m)" == "aarch64" ]]; then
|
||||
sed -i "s/piped:latest/piped:hotspot/g" config/*
|
||||
fi
|
||||
|
||||
mv config/docker-compose.$reverseproxy.yml docker-compose.yml
|
||||
|
Loading…
Reference in New Issue
Block a user