From 9ece79c2c750f9554c44f4e2a68804a00f6a5316 Mon Sep 17 00:00:00 2001 From: Felix Kaechele Date: Wed, 19 Jan 2022 12:10:14 -0500 Subject: [PATCH] Do not build for EL8 EL8 has it's own 1.16 stream Signed-off-by: Felix Kaechele --- nginx.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.yaml b/nginx.yaml index 36674db..699dd4f 100644 --- a/nginx.yaml +++ b/nginx.yaml @@ -9,9 +9,9 @@ data: module: [ MIT ] dependencies: - buildrequires: - platform: [] + platform: [-el8] # EL8+ contains it's own 1.16 stream requires: - platform: [] + platform: [-el8] references: documentation: http://nginx.org/en/docs/ tracker: https://trac.nginx.org/nginx/