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 <