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

11 lines
192 B
Go

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