Add architecture deprecation notice

This commit is contained in:
Alexandre
2025-11-19 21:35:05 +01:00
parent 633f6bf5c7
commit a22495b2eb
129 changed files with 232 additions and 229 deletions

View File

@@ -99,12 +99,7 @@ drop_vectors_everywhere() {
start_postgres() {
bashio::log.info "Starting PostgreSQL..."
if [ "$(bashio::info.arch)" = "armv7" ]; then
bashio::log.warning "ARMv7 detected: Starting without vectors.so"
/usr/local/bin/immich-docker-entrypoint.sh postgres &
else
/usr/local/bin/immich-docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf &
fi
/usr/local/bin/immich-docker-entrypoint.sh postgres -c config_file=/etc/postgresql/postgresql.conf &
true
}