You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to override target architecture sufix in archive name
tgz_package uses build platform for naming archives.
When build packages for multiple architectures like x86_64 and arm, then the archive name is not correct.
Update the script of tgz_package to check for configuration option `ohai['target_arch']` as target arch name.
It allows to specify architecture in project like:
```
ohai['target_arch'] = 'universal'
dependency 'tgz_package'
```
0 commit comments