First attempt at a build workflow

This commit is contained in:
bo0tzz
2023-11-27 10:48:15 +00:00
parent 7d7e31d388
commit 4548368649
2 changed files with 88 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ ARG PG_MAJOR=14
FROM ghcr.io/cloudnative-pg/postgresql:$PG_MAJOR
ARG PG_MAJOR
ARG PGVECTORS_TAG=v0.1.10
ARG PGVECTORS_TAG
ARG ARCH=x86_64
# drop to root to install packages