diff --git a/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb b/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb index 7244b794..b26a5603 100644 --- a/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb +++ b/buildserver/cookbooks/fdroidbuild-general/recipes/default.rb @@ -18,3 +18,11 @@ end end end +if node['kernel']['machine'] == "x86_64" + %w{ia32-libs}.each do |pkg| + package pkg do + action :install + end + end +end +