provision-postgres-macos-arm:
	sh ./scripts/setup-postgres-macos-arm.sh

provision-postgres-macos-intel:
	sh ./scripts/setup-postgres-macos-intel.sh

provision-postgres-linux:
	sh ./scripts/setup-postgres-linux.sh
