We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acf6917 + 2d787b1 commit 00f59b0Copy full SHA for 00f59b0
configs/platforms/amazon-7-aarch64.rb
@@ -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