mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-12 21:30:41 +05:30
Allow using openj9 with arm
This commit is contained in:
parent
150b857acc
commit
76d40b4fea
@ -13,9 +13,4 @@ sed -i "s/FRONTEND_HOSTNAME/$frontend/g" config/*
|
||||
sed -i "s/BACKEND_HOSTNAME/$backend/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
|
||||
|
Loading…
Reference in New Issue
Block a user