diff --git a/scripts/post_build.sh b/scripts/post_build.sh index 73f0f55..5b76b90 100644 --- a/scripts/post_build.sh +++ b/scripts/post_build.sh @@ -3,3 +3,7 @@ set -euo pipefail rm -rf /tmp/* /var/* + +if command -v bootc > /dev/null; then + bootc lint +fi