Files
steampipe/db/platform/paths_linux_amd64.go
2021-01-19 16:46:22 +00:00

11 lines
194 B
Go

// +build linux
// +build amd64
package platform
var Paths = PlatformPaths{
TarFileName: "postgres-linux-x86_64.txz",
InitDbExecutable: "initdb",
PostgresExecutable: "postgres",
}