fluent / fluent-package-builder

td-agent (Fluentd) Building and Packaging System
Apache License 2.0
21 stars 23 forks source link

Create macOS installer #191

Open cosmo0920 opened 3 years ago

cosmo0920 commented 3 years ago

macOS installer should be provided as dmg. And macOS version of bundled Ruby should openssl reference. So, we should bundle OpenSSL library for macOS.

cosmo0920 commented 3 years ago

Creating dmg format installer is done by https://github.com/fluent-plugins-nursery/td-agent-builder/pull/192.

cosmo0920 commented 3 years ago

Creating Homebrew td-agent Formula task is also treated in this issue.

cosmo0920 commented 3 years ago

Registering td-agent dmg installer into Homebrew Cask repository is also needed to handle in this issue.