From 2a43f3f3678d6ef7c4a295c9c3a4eea7686014f4 Mon Sep 17 00:00:00 2001 From: Charles Daniels Date: Tue, 5 Apr 2022 10:43:51 -0400 Subject: [PATCH] build: disable k8s_authorization The build for this image is broken. See issue #171. Signed-off-by: Charles Daniels --- build/make-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/make-all.sh b/build/make-all.sh index 7740d261..49280bed 100755 --- a/build/make-all.sh +++ b/build/make-all.sh @@ -29,7 +29,7 @@ for file in ${CONTRIB_ROOT}/*/Makefile; do base=$(basename "$dir") # TODO: Fix these two currently failing GH actions builds - if [ "$base" == "pam_opa" ] || [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then + if [ "$base" == "k8s_authorization" ] || [ "$base" == "pam_opa" ] || [ "$base" == "gatekeeper_mtail_violations_exporter" ] || [ "$base" == "data_filter_mongodb" ] || [ "$base" == "data_filter_example" ]; then continue fi