Skip to content

Commit

Permalink
(maint) add Ubuntu 22.04 aarch64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Nov 20, 2023
1 parent d255b12 commit ad3d355
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/platforms/ubuntu-22.04-aarch64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
platform "ubuntu-22.04-aarch64" do |plat|
plat.inherit_from_default
packages = %w(git)
plat.provision_with "export DEBIAN_FRONTEND=noninteractive; apt-get update -qq; apt-get install -qy --no-install-recommends #{packages.join(' ')}"
end

0 comments on commit ad3d355

Please sign in to comment.