Add HAProxy dist archive

This commit is contained in:
Tristan 2022-06-06 07:03:08 +01:00
parent 069e156f0c
commit 194012cd0e
No known key found for this signature in database
GPG Key ID: BDDFC4A0651ACDE4
2 changed files with 2 additions and 2 deletions

View File

@ -52,4 +52,4 @@ haproxy:
artifacts: true artifacts: true
artifacts: artifacts:
expire_in: 14 days expire_in: 14 days
paths: [ "haproxy/dist" ] paths: [ "haproxy/dist", "haproxy/haproxy-*-dist.tar.gz" ]

View File

@ -37,7 +37,7 @@ HAPROXY_MAKE_ARGS := DEBUG="-DDEBUG_STRICT -DDEBUG_MEMORY_POOLS" \
USE_TFO=1 \ USE_TFO=1 \
USE_SYSTEMD=1 USE_SYSTEMD=1
all: build $(HAPROXY_DESTDIR) all: build $(HAPROXY_DESTDIR) $(HAPROXY_ARCHIVE)
$(HAPROXY_BUILDIR): $(HAPROXY_BUILDIR):
git clone "$(HAPROXY_REPOSRC)" $(HAPROXY_BUILDIR) git clone "$(HAPROXY_REPOSRC)" $(HAPROXY_BUILDIR)