diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b78d447..c272592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,6 +26,9 @@ jobs: - name: Get debootstrap run: apt-get install -y debootstrap docker.io sudo + - name: Generate debootstrap tar + run: cd ./base-canaryi386 && ./debootstrap.sh + - name: Import base image run: docker import ./base_chroot.tgz rootfs-base-debian-i386