Files
steampipe/pkg/db/platform/paths_darwin_arm64.go

13 lines
285 B
Go

//go:build darwin && arm64
// +build darwin,arm64
package platform
var Paths = PlatformPaths{
TarFileName: "postgres-darwin-arm_64.txz",
InitDbExecutable: "initdb",
PostgresExecutable: "postgres",
PgDumpExecutable: "pg_dump",
PgRestoreExecutable: "pg_restore",
}