Skip to content

Commit 2d787b1

Browse files
committed
(PA-6260) Add Amazon Linux2 ARM in puppet-runtime build 7.x
1 parent c7b0307 commit 2d787b1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
platform 'amazon-7-aarch64' do |plat|
2+
plat.inherit_from_default
3+
4+
packages = %w[
5+
perl-FindBin
6+
perl-lib
7+
readline-devel
8+
systemtap-sdt-devel
9+
zlib-devel
10+
]
11+
12+
plat.provision_with "yum install -y #{packages.join(' ')}"
13+
plat.install_build_dependencies_with 'yum install --assumeyes'
14+
plat.vmpooler_template 'amazon-7-arm64'
15+
end

0 commit comments

Comments
 (0)