From 5ce2a4d5da2de79f10cc0effa1abd9495802003b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 31 Jan 2024 04:45:31 +0100 Subject: [PATCH] Create build.json --- postgres/build.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 postgres/build.json diff --git a/postgres/build.json b/postgres/build.json new file mode 100644 index 000000000..2cb393758 --- /dev/null +++ b/postgres/build.json @@ -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" + } +}