We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8697991 + 9fd3d29 commit 0cdce2eCopy full SHA for 0cdce2e
2 files changed
configs/platforms/ubuntu-24.04-armhf.rb
@@ -0,0 +1,14 @@
1
+platform 'ubuntu-24.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
configs/platforms/ubuntu-25.04-armhf.rb
+platform 'ubuntu-25.04-armhf' do |plat|
0 commit comments