Skip to content

Commit

Permalink
(PA-5907) Add macOS 14 (ARM) platform definition to puppet-agent-main
Browse files Browse the repository at this point in the history
  • Loading branch information
skyamgarp committed Dec 7, 2023
1 parent c73f1ba commit 10a0673
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions configs/platforms/osx-14-arm64.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
platform 'osx-14-arm64' do |plat|
plat.inherit_from_default
packages = %w[cmake pkg-config yaml-cpp]
plat.provision_with "su test -c '/opt/homebrew/bin/brew install #{packages.join(' ')}'"
plat.output_dir File.join('apple', '14', 'puppet8', 'arm64')
end

0 comments on commit 10a0673

Please sign in to comment.