mirror of
https://github.com/turbot/steampipe.git
synced 2026-02-16 16:00:11 -05:00
11 lines
192 B
Go
11 lines
192 B
Go
// +build linux
|
|
// +build arm
|
|
|
|
package platform
|
|
|
|
var Paths = PlatformPaths{
|
|
TarFileName: "postgres-linux-arm_32.txz",
|
|
InitDbExecutable: "initdb",
|
|
PostgresExecutable: "postgres",
|
|
}
|