Skip to content

Commit

Permalink
Merge pull request #646 from kevinmcox/GitHubCLI-munki
Browse files Browse the repository at this point in the history
Update GitHubCLI.munki.recipe
  • Loading branch information
homebysix authored Jul 1, 2024
2 parents 560131b + 3d7c015 commit d4ebb06
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions GitHub/GitHubCLI.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,19 @@
<string>com.github.homebysix.pkg.GitHubCLI</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>find</key>
<string>amd64</string>
<key>input_string</key>
<string>%ARCH%</string>
<key>replace</key>
<string>x86_64</string>
</dict>
<key>Processor</key>
<string>com.github.homebysix.FindAndReplace/FindAndReplace</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand All @@ -52,6 +65,16 @@
<string>MunkiInstallsItemsCreator</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>additional_pkginfo</key>
<dict>
<key>supported_architectures</key>
<array>
<string>%output_string%</string>
</array>
</dict>
</dict>
<key>Processor</key>
<string>MunkiPkginfoMerger</string>
</dict>
Expand Down

0 comments on commit d4ebb06

Please sign in to comment.