particle-os-cli/scripts/post_build.sh
2025-05-31 16:09:56 -04:00

9 lines
126 B
Bash

#!/usr/bin/env bash
set -euo pipefail
rm -rf /tmp/* /var/*
if command -v bootc > /dev/null; then
bootc container lint
fi