From cfc28067154233bb625a1d616b380cf25d7e467e Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 31 May 2025 17:03:11 -0400 Subject: [PATCH] fix: Remove /usr/etc in cleanup since it's not used by bootc --- scripts/post_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/post_build.sh b/scripts/post_build.sh index c2ba87b..5d7e2cd 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -2,7 +2,7 @@ set -euo pipefail -rm -rf /tmp/* /var/* +rm -rf /tmp/* /var/* /usr/etc if command -v bootc > /dev/null; then bootc container lint