mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-08-14 23:56:53 +00:00
Allow using openj9 with arm
This commit is contained in:
parent
150b857acc
commit
76d40b4fea
1 changed files with 0 additions and 5 deletions
|
@ -13,9 +13,4 @@ sed -i "s/FRONTEND_HOSTNAME/$frontend/g" config/*
|
||||||
sed -i "s/BACKEND_HOSTNAME/$backend/g" config/*
|
sed -i "s/BACKEND_HOSTNAME/$backend/g" config/*
|
||||||
sed -i "s/PROXY_HOSTNAME/$proxy/g" config/*
|
sed -i "s/PROXY_HOSTNAME/$proxy/g" config/*
|
||||||
|
|
||||||
# The openj9 image does not support aarch64
|
|
||||||
if [[ "$(uname -m)" == "aarch64" ]]; then
|
|
||||||
sed -i "s/piped:latest/piped:hotspot/g" config/*
|
|
||||||
fi
|
|
||||||
|
|
||||||
mv config/docker-compose.$reverseproxy.yml docker-compose.yml
|
mv config/docker-compose.$reverseproxy.yml docker-compose.yml
|
||||||
|
|
Loading…
Reference in a new issue