diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 37b9faa..23caf74 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -75,6 +75,8 @@ jobs: release: 10 - distro: debian release: forky + - distro: ubuntu + release: "25.10" steps: - name: Checkout diff --git a/images/guest-ubuntu-25.10/mkosi.conf b/images/guest-ubuntu-25.10/mkosi.conf new file mode 100644 index 0000000..ba62118 --- /dev/null +++ b/images/guest-ubuntu-25.10/mkosi.conf @@ -0,0 +1,27 @@ +[Include] +Include=../../modules/load-kernel-modules +Include=../../modules/guest + +[Distribution] +Distribution=ubuntu +Release=questing +Repositories=universe + +[Content] +Packages= + linux-image-6.17.0-8-generic + linux-modules-6.17.0-8-generic + systemd + systemd-boot-efi + systemd-resolved + plymouth + login.defs + login + systemd-journal-remote + openssl + ca-certificates + jq + xxd + +[Build] +Environment=VERSION="25.10" diff --git a/images/host-ubuntu-25.10/mkosi.conf b/images/host-ubuntu-25.10/mkosi.conf new file mode 100644 index 0000000..ef447a4 --- /dev/null +++ b/images/host-ubuntu-25.10/mkosi.conf @@ -0,0 +1,36 @@ +[Include] +#Load Kernel modules +Include=../../modules/load-kernel-modules +# Host Components +Include=../../modules/host + +[Distribution] +Distribution=ubuntu +Release=questing +Repositories=universe +RepositoryKeyFetch=yes + +[Content] +Packages= + linux-image-6.17.0-8-generic + systemd + systemd-boot-efi + systemd-resolved + plymouth + login.defs + login + systemd-journal-remote + qemu-system + apt + ovmf + xxd + python3 + python3-pip + python3-emoji + jq + apt + avahi-daemon + + +[Build] +Environment=VERSION="25.10"