swiftlang / swift-docker

Docker Official Image packaging for Swift
https://swift.org
Apache License 2.0
1.36k stars 182 forks source link

Debian 12 non-5.10 snapshot images missing #409

Open patrickfreed opened 2 months ago

patrickfreed commented 2 months ago

It appears that Debian 12 images have only been created for the 5.10 branch, but not for 6.0-snapshots or for nightly main snapshots.

shahmishal commented 2 months ago

This is expected, as we are still working on getting nightly toolchains for main and 6.0 branches.

vsarunas commented 1 month ago

Done as part of https://github.com/swiftlang/swift-docker/pull/415 ?