Skip to content

Commit 1cd1d94

Browse files
committed
- changed Github Release workflow to build 4 images:
- bookwork: base + with-vulkan - trixie: base + with-vulkan - moved Bookworm Dockerfile into ./devcontainer/debian/bookworm - added Trixie Dockerfile into ./devcontainer/debian/trixie - changed Github release workflow file - use docker/metadata-action and docker/build-push-action
1 parent 7e3db25 commit 1cd1d94

File tree

9 files changed

+734
-65
lines changed

9 files changed

+734
-65
lines changed

.devcontainer/Dockerfile renamed to .devcontainer/debian/bookworm/Dockerfile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@
1515
#
1616
#
1717

18+
# Debian Bookworm
19+
#
20+
# LLVM: https://packages.debian.org/bookworm/llvm 16.0
21+
# GCC: https://packages.debian.org/bookworm/gcc 12.2.0
22+
1823
# +-----------------------------+
1924
# | GLOBAL ARGS |
2025
# +-----------------------------+
21-
# To use them, redeclare without value inside each FROM.
26+
# The following global args need to be redeclared without a value inside each FROM.
2227
# For example, VULKAN_VERSION is used in the FROM sections of "downloader" and "cpp-devbox-with-vulkansdk".
2328
ARG DEBIAN_VERSION=12
2429
ARG DEBIAN_VERSION_NAME=bookworm

0 commit comments

Comments
 (0)