This commit is contained in:
2024-06-17 23:19:57 +02:00
parent 763a4a78ef
commit 12f5412ad7
35 changed files with 462 additions and 731 deletions

10
postgres/build.json Normal file
View File

@@ -0,0 +1,10 @@
{
"build_from": {
"aarch64": "tensorchord/pgvecto-rs:pg15-v0.2.0",
"amd64": "tensorchord/pgvecto-rs:pg15-v0.2.0",
"armv7": "postgres:15-alpine"
},
"codenotary": {
"signer": "alexandrep.github@gmail.com"
}
}