Added a NOTE regarding osqueryd with TUF. (#15948)

Contributor doc change.
This commit is contained in:
Victor Lyuboslavsky 2024-01-08 08:06:40 -06:00 committed by GitHub
parent 37ab55c2da
commit e63e81076b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,6 +73,7 @@ make osqueryd-app-tar-gz version=5.5.1 out-path=.
# Push the osqueryd target as a new version
./tools/tuf/test/push_target.sh macos-app osqueryd osqueryd.app.tar.gz 5.5.1
```
NOTE: Contributors on macOS with Apple silicon ran into issues running osqueryd downloaded from GitHub. Until this issue is root caused, the workaround is to download osqueryd from [Fleet's TUF](https://tuf.fleetctl.com/).
E.g. to add a new version of `desktop` for macOS:
```sh