Skip to content
This repository was archived by the owner on Sep 5, 2025. It is now read-only.

Commit 69be41f

Browse files
authored
Merge pull request #107 from genebean/ubuntu2504
Add Ubuntu 25.04
2 parents e01b3e2 + 8c37b38 commit 69be41f

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
platform "ubuntu-25.04-aarch64" do |plat|
2+
plat.inherit_from_default
3+
end
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
platform "ubuntu-25.04-amd64" do |plat|
2+
plat.inherit_from_default
3+
end

ext/build_defaults.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ foss_platforms:
3838
- ubuntu-22.04-aarch64
3939
- ubuntu-24.04-amd64
4040
- ubuntu-24.04-aarch64
41+
- ubuntu-25.04-amd64
42+
- ubuntu-25.04-aarch64
4143
- windows-2012-x86
4244
- windows-2012-x64
4345
# The packaging repo uses the `platform_repos` hash to determine which repos
@@ -106,6 +108,10 @@ platform_repos:
106108
repo_location: repos/apt/noble
107109
- name: ubuntu-24.04-aarch64
108110
repo_location: repos/apt/noble
111+
- name: ubuntu-25.04-amd64
112+
repo_location: repos/apt/plucky
113+
- name: ubuntu-25.04-aarch64
114+
repo_location: repos/apt/plucky
109115
- name: osx-11-x86_64
110116
repo_location: repos/apple/11/**/x86_64/*.dmg
111117
- name: osx-12-arm64

0 commit comments

Comments
 (0)