Remove the temporary directory after extracting buildkit

This commit is contained in:
Marc Brooks 2025-10-03 14:23:14 -05:00
parent 62b8dee170
commit c7693f085e
No known key found for this signature in database
GPG Key ID: 583A6AF2D6AE1DC6
1 changed files with 2 additions and 1 deletions

View File

@ -32,4 +32,5 @@ wget https://github.com/jetkvm/rv1106-system/releases/download/${BUILDKIT_VERSIO
sudo mkdir -p /opt/jetkvm-native-buildkit && \
sudo tar --use-compress-program="unzstd --long=31" -xvf buildkit.tar.zst -C /opt/jetkvm-native-buildkit && \
rm buildkit.tar.zst
popd
popd
rm -rf "${BUILDKIT_TMPDIR}"