From 13f02f91df4e6e0578d3be6de21f31297cc8fd33 Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Thu, 11 Jan 2024 00:32:06 -0600 Subject: [PATCH] (PA-6029) add ubuntu 24.04 amd64 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