mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-23 13:06:28 +01:00
Add architecture deprecation notice
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user