From 2175ca16f2115e292ed7ff596ca7b90155f23c85 Mon Sep 17 00:00:00 2001 From: saces Date: Thu, 12 Mar 2026 09:10:29 +0100 Subject: [PATCH] add manylinux --- compose.yaml | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/compose.yaml b/compose.yaml index cc061a5..63dda98 100644 --- a/compose.yaml +++ b/compose.yaml @@ -87,6 +87,51 @@ services: dind: condition: service_healthy + manylinux: + build: + context: . + pull: true + dockerfile_inline: | + # syntax=docker/dockerfile:1 + FROM quay.io/pypa/manylinux_2_28_x86_64:latest + RUN dnf -y install golang + ENV PIP_ROOT_USER_ACTION=ignore + RUN <