You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HHH-20009 Fix docker_db.sh for Apple Silicon & fix env var typo in postgresql_18
- Added --platform linux/amd64 to postgresql_17 and postgresql_18 functions for macOS environment.
The current postgis images lack ARM64 manifests, requiring amd64 emulation via Rosetta 2.
- Fixed a typo in postgresql_18 function referencing the wrong environment variable (_17 -> _18).
Signed-off-by: namucy <wkdcjfdud13@gmail.com>
0 commit comments