Skip to content

Commit ed2fab4

Browse files
committed
Merge branch 'main' of https://github.com/jakoch/cpp-devbox
2 parents 733b005 + e2841f3 commit ed2fab4

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
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

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,13 @@ A Docker-based development container for C/C++ development.
1313
## What is this?
1414

1515
This repository provides Dockerfiles for building container images based on Debian Linux.
16+
1617
We offer images for Debian 12 (Bookworm), Debian 13 (Trixie), and Debian 14 (Forky).
1718

1819
Each 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+
2123
For a complete list of C++ related tools, see [What is pre-installed?](#what-is-pre-installed).
2224

2325
All images are published to the Github Container Registry (GHCR) and the Docker Hub (hub.docker.com).

build-tools/cspell/repo-words.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ noninteractive
104104
NOWARNINGS
105105
objdump
106106
ohmyzsh
107+
oldstable
107108
omyzsh
108109
osmesa
109110
pipefail

0 commit comments

Comments
 (0)