diff --git a/nightly.json b/nightly.json index acd725bb95..315ec2c7be 100644 --- a/nightly.json +++ b/nightly.json @@ -1,6 +1,6 @@ { "name": "Armbian OS", - "version": "25.5.0-trunk.14", + "version": "25.5.0-trunk.15", "description": "Linux for ARM development boards", "keywords": [ "ARM", diff --git a/userpatches/targets-release-nightly.template b/userpatches/targets-release-nightly.template index 6acb4fb9ed..b9f6412da4 100644 --- a/userpatches/targets-release-nightly.template +++ b/userpatches/targets-release-nightly.template @@ -16,6 +16,7 @@ common-gha-configs: rootfs-amd64: [ "self-hosted", "Linux", "X64", "fast" ] rootfs-riscv64: [ "self-hosted", "Linux", "X64" , "fast" ] image-arm64: [ "ubuntu-24.04-arm" ] + image-armhf: [ "images", "ARM64" ] image-riscv64: [ "self-hosted", "Linux", "fast", "X64" ] image-amd64: [ "images" ]