We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b56fed commit 36a9d2aCopy full SHA for 36a9d2a
1 file changed
configs/platforms/ubuntu-25.04-armhf.rb
@@ -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