From d4e05c3f117e1253b3c64cafbdddfc9c516aa368 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Mon, 2 Jun 2025 08:39:50 -0400 Subject: [PATCH] fix: Remove bootc check for now since it's causing problems --- scripts/post_build.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/post_build.sh b/scripts/post_build.sh index 5d7e2cd..8acb091 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -2,8 +2,8 @@ set -euo pipefail -rm -rf /tmp/* /var/* /usr/etc +rm -rf /tmp/* /var/* -if command -v bootc > /dev/null; then - bootc container lint -fi +# if command -v bootc > /dev/null; then +# bootc container lint +# fi