Create build.json

This commit is contained in:
Alexandre
2024-01-31 04:45:31 +01:00
committed by GitHub
parent 64033da06f
commit 5ce2a4d5da

10
postgres/build.json Normal file
View File

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