File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 5050 - { platform: "linux/amd64", debian_version: "13", debian_codename: "trixie" }
5151 - { platform: "linux/amd64", debian_version: "14", debian_codename: "forky" }
5252 - { platform: "linux/amd64", debian_version: "sid", debian_codename: "unstable" }
53+
54+ continue-on-error : ${{ matrix.config.debian_codename == 'forky' }}
5355
5456 steps :
5557 - name : ✂️ Free Disk Space
Original file line number Diff line number Diff line change @@ -13,11 +13,13 @@ A Docker-based development container for C/C++ development.
1313## What is this?
1414
1515This repository provides Dockerfiles for building container images based on Debian Linux.
16+
1617We offer images for Debian 12 (Bookworm), Debian 13 (Trixie), and Debian 14 (Forky).
1718
1819Each image is available in two variants:
1920- ** Base:** Includes GCC and LLVM.
2021- ** With VulkanSDK:** Includes GCC, LLVM, and additionally the Vulkan SDK with Mesa.
22+
2123For a complete list of C++ related tools, see [ What is pre-installed?] ( #what-is-pre-installed ) .
2224
2325All images are published to the Github Container Registry (GHCR) and the Docker Hub (hub.docker.com).
Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ noninteractive
104104NOWARNINGS
105105objdump
106106ohmyzsh
107+ oldstable
107108omyzsh
108109osmesa
109110pipefail
You can’t perform that action at this time.
0 commit comments