Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
# Remember if you commit this, newly built images will replace those tags.
# Prefer incrementing the version to unused one
tag: [11-mingw32, 11-jammy, 11-jammy32, 11-noble, 11-noble32, 11-noblevcpkg]
tag: [11-mingw32, 11-ubuntu26.04, 11-ubuntu26.04.32, 11-ubuntu26.04.vcpkg]
env:
dockertag: ${{ matrix.tag }}
REGISTRY: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion 11/noble32/Dockerfile → 11/ubuntu26.04.32/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04

ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04

ENV DEBIAN_FRONTEND=noninteractive
RUN dpkg --add-architecture i386 \
Expand Down
3 changes: 2 additions & 1 deletion 11/noble/Dockerfile → 11/ubuntu26.04/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:24.04
FROM ubuntu:26.04

ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
Expand All @@ -21,3 +21,4 @@ RUN apt-get update \
pkg-config \
&& update-ca-certificates \
&& rm -rf /var/lib/apt/lists/*