5d4d9c80cd
Don't assume that each branch has all arches that pmbootstrap supports, instead add them to pmaports.cfg and read them from there. This should allow the test to pass on v22.06.
11 lines
342 B
INI
11 lines
342 B
INI
# Reference: https://postmarketos.org/pmaports.cfg
|
|
[pmaports]
|
|
version=7
|
|
pmbootstrap_min_version=1.43.0
|
|
channel=edge
|
|
supported_root_filesystems=btrfs,ext4,f2fs
|
|
supported_firewall=nftables
|
|
supported_base_nofde=True
|
|
supported_install_boot_label=pmOS_i_boot
|
|
supported_mkinitfs_without_flavors=True
|
|
supported_arches=x86_64,x86,aarch64,armv7,armhf
|