Skip to content

Commit

Permalink
(maint) add debian 12 amd64 platform
Browse files Browse the repository at this point in the history
  • Loading branch information
h0tw1r3 committed Apr 20, 2024
1 parent babea07 commit 87c35b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/platforms/debian-12-amd64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
platform "debian-12-amd64" 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 87c35b9

Please sign in to comment.