From fe3e5d9b89b02530abf19e83a5d17b04a49071ac Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:54:25 +0530 Subject: [PATCH] (PA-6301) Add Ubuntu 24.04 (ARM) platform definition to pxp-agent-vanagon-main --- configs/platforms/ubuntu-24.04-aarch64.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 configs/platforms/ubuntu-24.04-aarch64.rb diff --git a/configs/platforms/ubuntu-24.04-aarch64.rb b/configs/platforms/ubuntu-24.04-aarch64.rb new file mode 100644 index 0000000..9c9a7ce --- /dev/null +++ b/configs/platforms/ubuntu-24.04-aarch64.rb @@ -0,0 +1,3 @@ +platform "ubuntu-24.04-aarch64" do |plat| + plat.inherit_from_default +end