File riscv.patch of Package failed_steampipe
Index: steampipe-1.0.3/pkg/db/platform/paths_linux_riscv64.go
===================================================================
--- /dev/null
+++ steampipe-1.0.3/pkg/db/platform/paths_linux_riscv64.go
@@ -0,0 +1,12 @@
+//go:build linux && riscv64
+// +build linux,riscv64
+
+package platform
+
+var Paths = PlatformPaths{
+ TarFileName: "postgres-linux-riscv_64.txz",
+ InitDbExecutable: "initdb",
+ PostgresExecutable: "postgres",
+ PgDumpExecutable: "pg_dump",
+ PgRestoreExecutable: "pg_restore",
+}