Skip to content

Commit 36a9d2a

Browse files
committed
Add Ubuntu 25.04 armhf
1 parent 8b56fed commit 36a9d2a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
platform 'ubuntu-25.04-armhf' do |plat|
2+
plat.inherit_from_default
3+
4+
packages = %w[
5+
libbz2-dev
6+
libreadline-dev
7+
libselinux1-dev
8+
gcc
9+
swig
10+
systemtap-sdt-dev
11+
zlib1g-dev
12+
]
13+
plat.provision_with "export DEBIAN_FRONTEND=noninteractive && apt-get update -qq && apt-get install -qy --no-install-recommends #{packages.join(' ')}"
14+
end

0 commit comments

Comments
 (0)