GTS builds of Nvidia versions of base images (HWE) appear to have stalled for past 2 weeks

I’m not sure if there is a build issue on the nvidia branch, but the main branch is up to date…

$ skopeo inspect docker://ghcr.io/ublue-os/silverblue-nvidia:gts | grep image.version
        "org.opencontainers.image.version": "40.20250130.0",
$ skopeo inspect docker://ghcr.io/ublue-os/kinoite-nvidia:gts | grep image.version
        "org.opencontainers.image.version": "40.20250130.0",
----
$ skopeo inspect docker://ghcr.io/ublue-os/silverblue-main:gts | grep image.version
        "org.opencontainers.image.version": "40.20250212.0",
$ skopeo inspect docker://ghcr.io/ublue-os/kinoite-main:gts | grep image.version
        "org.opencontainers.image.version": "40.20250212.0",

bluefin GTS has also had more recent builds…

$ skopeo inspect docker://ghcr.io/ublue-os/bluefin-nvidia:gts | grep image.version
        "org.opencontainers.image.version": "gts-40.20250209",
$ skopeo inspect docker://ghcr.io/ublue-os/bluefin:gts | grep image.version
        "org.opencontainers.image.version": "gts-40.20250209",

How would one go about checking the build status?

gts HWE builds have now been broken for 3 weeks!!!

$ skopeo inspect docker://ghcr.io/ublue-os/silverblue-nvidia:gts | grep image.version
        "org.opencontainers.image.version": "40.20250130.0",
$ skopeo inspect docker://ghcr.io/ublue-os/kinoite-nvidia:gts | grep image.version
        "org.opencontainers.image.version": "40.20250130.0",

I see main HWE builds have suffered from similar build issues recently although they have gotten some attention of late…

I understand there are plans to consolidate these builds into main but until then can we please have gts builds working again?

Thanks in advance…

All of the images in HWE are fixed now. Again, these images are not used anywhere else in the project. If you need them to get fixed faster, please offer a PR to get the ball moving forward. Otherwise, they will get fixed as maintainers have time to address them.

The GTS Nvidia images were not building due to package skew.

In the coming months we will move the nvidia script to main and figure out how the gts/latest nvidia images will get built. We also have decided to drop building those base asus/surface images at the end of this cycle.