Skip to content

Commit

Permalink
(PA-6259) Enable Amazon Linux2 ARM puppet-runtime builds for agent-ru…
Browse files Browse the repository at this point in the history
…ntime-main
  • Loading branch information
imaqsood committed Apr 23, 2024
1 parent 436024a commit b81f641
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions configs/platforms/amazon-7-aarch64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
platform 'amazon-7-aarch64' do |plat|
plat.inherit_from_default

packages = %w[
perl-FindBin
perl-lib
readline-devel
systemtap-sdt-devel
zlib-devel
]

plat.provision_with("yum install -y --nogpgcheck #{packages.join(' ')}")
plat.install_build_dependencies_with 'yum install --assumeyes'
plat.vmpooler_template 'amazon-7-arm64'
end

0 comments on commit b81f641

Please sign in to comment.