From 17463d5d16cbd32ac6c3c6f42657f0a91af85859 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Mon, 15 Apr 2024 10:05:20 -0500 Subject: [PATCH] (PA-6031) 7.x add ubuntu 24.04 amd64 platform --- 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 0000000000..7d253f1edb --- /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