Skip to content

Update 3.0 stable ot 3.0.3 on Github CI side #120

Update 3.0 stable ot 3.0.3 on Github CI side

Update 3.0 stable ot 3.0.3 on Github CI side #120

Workflow file for this run

on:
push:
branches: [ "*" ]
tags: [ "*" ]
jobs:
haproxy-dependencies:
uses: "./.github/workflows/haproxy-deps.yml"
with:
DEBIAN_CODENAME: "bookworm"
CLANG_VERSION: 18
dist-stable:
needs: [ "haproxy-dependencies" ]
uses: "./.github/workflows/haproxy-dist.yml"
secrets: "inherit" # for Docker image publication
with:
DEBIAN_CODENAME: "bookworm"
CLANG_VERSION: 18
HAPROXY_FLAVOUR: "stable"
# https://git.haproxy.org/?p=haproxy-3.0.git;a=commit;h=v3.0.3
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy-3.0.git"
HAPROXY_VERSION: "3.0-stable"
HAPROXY_GITREF: "v3.0.3"
HAPROXY_DATAPLANEAPI_VERSION: "v2.9"
dist-dev:
needs: [ "haproxy-dependencies" ]
uses: "./.github/workflows/haproxy-dist.yml"
secrets: "inherit" # for Docker image publication
with:
DEBIAN_CODENAME: "bookworm"
CLANG_VERSION: 18
HAPROXY_FLAVOUR: "dev"
# https://git.haproxy.org/?p=haproxy.git;a=commit;h=db13df3d6e64e9993b90f048734538491082cbed
HAPROXY_GITREPO: "https://git.haproxy.org/?p=haproxy.git"
HAPROXY_VERSION: "3.1-dev"
HAPROXY_GITREF: "db13df3d6e64e9993b90f048734538491082cbed"
HAPROXY_DATAPLANEAPI_VERSION: "master"