autopkg / joshua-d-miller-recipes

My recipes for autopkg https://github.com/autopkg
13 stars 44 forks source link

OBS.munki.recipe SUPPORTED_ARCH key #159

Open opus-nbonenberger opened 9 months ago

opus-nbonenberger commented 9 months ago

@joshua-d-miller The OBS munki recpie carries over the ARCH key from @nstrauss download recipe but in order to work for munki, the SUPPORTED_ARCH key is required. Can you add it to the munki recipe, defaulting to x86_x64 (as the download recipe defaults to Intel). A comment in the munki recipe for instructions would be nice, too. Thanks.

opus-nbonenberger commented 9 months ago

oh, and of course, the additional pkginfo is also required:

<key>supported_architectures</key>
   <array>
      <string>%SUPPORTED_ARCH%</string>
   </array>