Skip to content

Commit

Permalink
Merge pull request #833 from amitkarsale/PA-6260
Browse files Browse the repository at this point in the history
(PA-6260) Add Amazon Linux2 ARM in puppet-runtime build 7.x
  • Loading branch information
amitkarsale authored Apr 26, 2024
2 parents acf6917 + 2d787b1 commit 00f59b0
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 #{packages.join(' ')}"
plat.install_build_dependencies_with 'yum install --assumeyes'
plat.vmpooler_template 'amazon-7-arm64'
end

0 comments on commit 00f59b0

Please sign in to comment.