From 8b449cd65b82a4d5eba236e0f1af6d85dd556a30 Mon Sep 17 00:00:00 2001 From: skyamgarp <130442619+skyamgarp@users.noreply.github.com> Date: Tue, 4 Jun 2024 11:58:13 +0530 Subject: [PATCH] (PA-6302) Add Ubuntu 24.04 (ARM) platform definition to pxp-agent-vanagon-7.x --- 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