From 0625af3af33683678bc02f41b61bf7237c2d0729 Mon Sep 17 00:00:00 2001 From: MADELA Patrick <patrick.madela@synchrotron-soleil.fr> Date: Wed, 5 Oct 2022 09:53:30 +0200 Subject: [PATCH] Add links to artifacts in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ab598a4..3e436db 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ Pipeline to build Python 3.6.13 on CentOS Docker image Allows to build Python 3.6.13 for: -* CentOS 6.10 64 bits: linux-el6-x86_64 -* CentOS 6.10 32 bits: linux-el6-i686 -* CentOS 7.9 64 bits: linux-el7-x86_64 -* CentOS 7.9 32 bits: linux-el7-i686 +* CentOS 6.10 64 bits: [python-3.6.13-linux-el6-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/python3/-/jobs/artifacts/main/download?job=linux-el6-x86_64) +* CentOS 6.10 32 bits: [python-3.6.13-linux-el6-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/python3/-/jobs/artifacts/main/download?job=linux-el6-i686) +* CentOS 7.9 64 bits: [python-3.6.13-linux-el7-x86_64.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/python3/-/jobs/artifacts/main/download?job=linux-el7-x86_64) +* CentOS 7.9 32 bits: [python-3.6.13-linux-el7-i686.zip](https://gitlab.synchrotron-soleil.fr/software-control-system/tools/python3/-/jobs/artifacts/main/download?job=linux-el7-i686) Build on Docker image: * gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6-gcc44 -- GitLab