Skip to content

Commit

Permalink
Fix #7: drop Buildroot .stamp and other dot files from OCI archives
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Wiberg <[email protected]>
  • Loading branch information
troglobit committed Feb 6, 2024
1 parent d0fafde commit 64a5b42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
tar xf ${file}
rm -f ${file}
mv ${fn}/rootfs-oci ${name}-oci-${arch}${SFX}
rm -rf -- ${name}-oci-${arch}${SFX}/.[!.]*
tar cfz ${name}-oci-${arch}${SFX}.tar.gz ${name}-oci-${arch}${SFX}
done
ls -la *-oci*${SFX}/
Expand Down

0 comments on commit 64a5b42

Please sign in to comment.