From e0109dd801673a4506e0649f1ddaa313fa3ca1a2 Mon Sep 17 00:00:00 2001 From: Ryan Burn Date: Sun, 6 Sep 2020 16:25:38 -0700 Subject: [PATCH] Add versions (#139) --- ci/build_module_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build_module_binaries.sh b/ci/build_module_binaries.sh index bb2addfc..b0d1330e 100755 --- a/ci/build_module_binaries.sh +++ b/ci/build_module_binaries.sh @@ -3,7 +3,7 @@ set -e export OPENTRACING_VERSION=1.5.1 -NGINX_VERSIONS=(1.17.8 1.17.3 1.17.2 1.17.1 1.17.0 1.16.1 1.16.0 1.15.8 1.15.1 1.15.0 1.14.2 1.13.6) +NGINX_VERSIONS=(1.19.2 1.18.0 1.17.8 1.17.3 1.17.2 1.17.1 1.17.0 1.16.1 1.16.0 1.15.8 1.15.1 1.15.0 1.14.2 1.13.6) # Compile for a portable cpu architecture export CFLAGS="-march=x86-64 -fPIC"