Skip to content
Snippets Groups Projects
Verified Commit ad69bc9d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

feat(splio-vectorrs): Fix missing release file

parent ff5df113
No related branches found
No related tags found
No related merge requests found
Pipeline #19228 passed
......@@ -3,6 +3,9 @@ VERSION 0.7
container:
FROM ghcr.io/zalando/spilo-15:3.0-p1
ARG registry=quay.io/shivering-isles/splio-vectorrs
COPY .release ./
ARG tag=$(awk -F'=' '$1 == "release" {print $2}' .release)
ARG latest=false
RUN curl -L https://github.com/tensorchord/pgvecto.rs/releases/download/v0.1.11/vectors-pg15-v0.1.11-x86_64-unknown-linux-gnu.deb > vectors-pg15-v0.1.11-x86_64-unknown-linux-gnu.deb
RUN apt install ./vectors-pg15-*.deb
DO ../.utils/+LABEL --image=postfix --version=main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment