Skip to content

Commit

Permalink
Merge pull request #956 from thaJeztah/ubuntu_23.10_comment
Browse files Browse the repository at this point in the history
[master] Jenkinsfile: fix version and eol-date for Ubuntu mantic (23.10)
  • Loading branch information
thaJeztah authored Oct 13, 2023
2 parents f7f950e + a917774 commit ae7f39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def pkgs = [
[target: "ubuntu-focal", image: "ubuntu:focal", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 20.04 LTS (End of support: April, 2025. EOL: April, 2030)
[target: "ubuntu-jammy", image: "ubuntu:jammy", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 22.04 LTS (End of support: April, 2027. EOL: April, 2032)
[target: "ubuntu-lunar", image: "ubuntu:lunar", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 23.04 (EOL: January, 2024)
[target: "ubuntu-mantic", image: "ubuntu:mantic", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 23.04 (EOL: January, 2024)
[target: "ubuntu-mantic", image: "ubuntu:mantic", arches: ["amd64", "aarch64", "armhf"]], // Ubuntu 23.10 (EOL: July, 2024)
]

def genBuildStep(LinkedHashMap pkg, String arch) {
Expand Down

0 comments on commit ae7f39c

Please sign in to comment.