--- target: name: "librem5-builder" architecture: arm64 toolchain: aarch64-linux-gnu- actions: - action: _image-partition imagename: librem5-builder.img imagesize: 1GiB partitiontype: msdos mountpoints: - mountpoint: / partition: root partitions: - name: root fs: ext4 start: 512B size: 100% - action: _debootstrap suite: "buster" components: - main variant: minbase exclude: [] include: [] - action: apt packages: - ssh-client - action: run command: "echo librem5-builder > /etc/hostname" - action: run command: "echo aarch64 > /etc/debian_chroot" - action: user login: developer create_git_config: true create_ssh_key: true email: mikael.hermansson@mykolab.com full_name: Mikael Hermansson ssh_config: | Host: gerrit Hostname: test User: developer