i386 base builder

This commit is contained in:
Ward from fusion-voyager-3 2024-07-26 16:24:25 +03:00
parent 566a0afa17
commit 42fbd7b282

View File

@ -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