Use a more capable tar implementation
The GitLab CI build environment provides a BusyBox version.
This commit is contained in:
parent
01d9130021
commit
e3741f20dd
|
|
@ -34,3 +34,9 @@ done
|
|||
chroot $rootfs apt-get --purge autoremove -q -y
|
||||
|
||||
umount $rootfs/dev/pts
|
||||
|
||||
tar -caf $rootfs.tar.gz \
|
||||
--directory $rootfs \
|
||||
--exclude './dev/**' \
|
||||
--numeric-owner \
|
||||
--transform 's,^\./,,' .
|
||||
|
|
|
|||
Loading…
Reference in New Issue