Skip to content

Commit 64a5b42

Browse files
committed
Fix #7: drop Buildroot .stamp and other dot files from OCI archives
Signed-off-by: Joachim Wiberg <[email protected]>
1 parent d0fafde commit 64a5b42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
tar xf ${file}
106106
rm -f ${file}
107107
mv ${fn}/rootfs-oci ${name}-oci-${arch}${SFX}
108+
rm -rf -- ${name}-oci-${arch}${SFX}/.[!.]*
108109
tar cfz ${name}-oci-${arch}${SFX}.tar.gz ${name}-oci-${arch}${SFX}
109110
done
110111
ls -la *-oci*${SFX}/

0 commit comments

Comments
 (0)