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.
1 parent 436024a commit aa3fe91Copy full SHA for aa3fe91
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 "dnf install -y --allowerasing #{packages.join(' ')}"
13
+ plat.install_build_dependencies_with 'dnf install -y --allowerasing'
14
+ plat.vmpooler_template 'amazon-7-arm64'
15
+end
0 commit comments