Add HAProxy dist archive
This commit is contained in:
parent
069e156f0c
commit
194012cd0e
@ -52,4 +52,4 @@ haproxy:
|
||||
artifacts: true
|
||||
artifacts:
|
||||
expire_in: 14 days
|
||||
paths: [ "haproxy/dist" ]
|
||||
paths: [ "haproxy/dist", "haproxy/haproxy-*-dist.tar.gz" ]
|
||||
|
@ -37,7 +37,7 @@ HAPROXY_MAKE_ARGS := DEBUG="-DDEBUG_STRICT -DDEBUG_MEMORY_POOLS" \
|
||||
USE_TFO=1 \
|
||||
USE_SYSTEMD=1
|
||||
|
||||
all: build $(HAPROXY_DESTDIR)
|
||||
all: build $(HAPROXY_DESTDIR) $(HAPROXY_ARCHIVE)
|
||||
|
||||
$(HAPROXY_BUILDIR):
|
||||
git clone "$(HAPROXY_REPOSRC)" $(HAPROXY_BUILDIR)
|
||||
|
Loading…
Reference in New Issue
Block a user