From ad69bc9d080e93bed3298ada3de16d02409259f5 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sat, 3 Feb 2024 22:32:08 +0100
Subject: [PATCH] feat(splio-vectorrs): Fix missing release file

---
 images/splio-vectorrs/Earthfile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/images/splio-vectorrs/Earthfile b/images/splio-vectorrs/Earthfile
index 0f67230cd..961020e0f 100644
--- a/images/splio-vectorrs/Earthfile
+++ b/images/splio-vectorrs/Earthfile
@@ -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
-- 
GitLab