Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Commit

Permalink
Add Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Apr 27, 2024
1 parent 4db5e3f commit 10c4438
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- image: ubuntu-23.10
dockerfile: debian.dockerfile

- image: ubuntu-24.04
dockerfile: debian.dockerfile

- image: archlinux
dockerfile: archlinux.dockerfile

Expand Down
1 change: 1 addition & 0 deletions debian.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG base_image=ubuntu-22.04
FROM debian:12@sha256:1aadfee8d292f64b045adb830f8a58bfacc15789ae5f489a0fedcd517a862cb9 AS debian-12
FROM ubuntu:22.04@sha256:6d7b5d3317a71adb5e175640150e44b8b9a9401a7dd394f44840626aff9fa94d AS ubuntu-22.04
FROM ubuntu:23.10@sha256:bfae41cea51761ae450db6080b586a8c35334c756b511c06b393ae565a34cab4 AS ubuntu-23.10
FROM ubuntu:24.04@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8 AS ubuntu-24.04

FROM ${base_image}

Expand Down

0 comments on commit 10c4438

Please sign in to comment.