Skip to content

Commit f009c95

Browse files
authored
Merge pull request #107 from OpenVoxProject/slesarm
Add SLES 16 ARM64 support
2 parents 49a95f1 + ba65771 commit f009c95

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
platform 'sles-16-x86_64' do |plat|
2+
plat.inherit_from_default
3+
4+
packages = %w[
5+
libbz2-devel
6+
pkg-config
7+
readline-devel
8+
zlib-devel
9+
systemtap-sdt-devel
10+
]
11+
plat.provision_with("zypper -n install -y #{packages.join(' ')}")
12+
end

0 commit comments

Comments
 (0)