From b7d776b475c368db660938082a0166ffa965fbf5 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Mon, 15 Apr 2024 10:03:35 -0500 Subject: [PATCH] (PA-6030) main 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