Skip to content

Commit cfc2806

Browse files
committed
fix: Remove /usr/etc in cleanup since it's not used by bootc
1 parent 1a42784 commit cfc2806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/post_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -euo pipefail
44

5-
rm -rf /tmp/* /var/*
5+
rm -rf /tmp/* /var/* /usr/etc
66

77
if command -v bootc > /dev/null; then
88
bootc container lint

0 commit comments

Comments
 (0)