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.
2 parents dd06b4f + 4db8492 commit 32a50cdCopy full SHA for 32a50cd
configs/platforms/ubuntu-24.04-aarch64.rb
@@ -0,0 +1,14 @@
1
+platform "ubuntu-24.04-aarch64" 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