mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Support arm and ppc archs
This commit is contained in:
@@ -56,7 +56,7 @@ apt-get install -yq --no-install-recommends \
|
||||
if [ "$USE_JEMALLOC" = "true" ]; then
|
||||
apt-get install -yq libjemalloc2
|
||||
if [ "$ARCHITECTURE" = "x64" ]; then
|
||||
LIB_ARCH="x86x64"
|
||||
LIB_ARCH="x86_64"
|
||||
elif [ "$ARCHITECTURE" = "arm64" ]; then
|
||||
LIB_ARCH="aarch64"
|
||||
elif [ "$ARCHITECTURE" = "ppc64le" ]; then
|
||||
|
||||
Reference in New Issue
Block a user