--- target: name: "librem5-builder" architecture: arm64 toolchain: aarch64-linux-gnu- actions: - action: image-partition imagename: librem5-builder.img imagesize: 10GiB partitiontype: msdos mountpoints: - mountpoint: / partition: root partitions: - name: root fs: ext4 start: 200MiB size: 100% - action: _debootstrap suite: "buster" components: - main variant: minbase exclude: [] include: [] - action: _apt packages: - sudo - adduser - build-essential - debhelper - vim - gcc - cmake - cmake-extras - extra-cmake-modules - git - g++ - qt5-default - libwayland-dev - libgnome-desktop-3-dev - libgcr-3-dev - gettext libpulse-dev - libupower-glib-dev - libpam0g-dev - libgtk-3-dev - meson - ninja-build - action: run command: "echo librem5-builder > /etc/hostname" - action: run command: "echo aarch64 /etc/debian_chroot" - action: run command: "adduser purism"