From 00b0312a9ea50dd99e85ffcf33b72f16e2902ffc Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Thu, 11 Jan 2024 00:32:06 -0600 Subject: [PATCH] (PA-6028) add ubuntu 24.04 amd64 noble platform definition --- configs/platforms/ubuntu-24.04-amd64.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/platforms/ubuntu-24.04-amd64.rb diff --git a/configs/platforms/ubuntu-24.04-amd64.rb b/configs/platforms/ubuntu-24.04-amd64.rb new file mode 100644 index 0000000..7d253f1 --- /dev/null +++ b/configs/platforms/ubuntu-24.04-amd64.rb @@ -0,0 +1,3 @@ +platform "ubuntu-24.04-amd64" do |plat| + plat.inherit_from_default +end