From caaa49a5481ab167901e482afb6e093c0f739474 Mon Sep 17 00:00:00 2001 From: Gray Williams Date: Wed, 22 Jul 2026 11:59:45 +0100 Subject: [PATCH] Update enroll-hosts.md (#45366) Updates the CLI instructions for generating .msi on silicon to use Docker instead of Wine --- articles/enroll-hosts.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/articles/enroll-hosts.md b/articles/enroll-hosts.md index 1e6b9a10c8..1c1de13de3 100644 --- a/articles/enroll-hosts.md +++ b/articles/enroll-hosts.md @@ -47,7 +47,8 @@ The `--type` flag is used to specify the fleetd installer type. - macOS: `pkg` - Generating a .pkg on Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. - Windows: `msi` - - Generating a .msi on Windows, macOS, or Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. On Windows, you can [use WiX without Docker instead](https://fleetdm.com/guides/enroll-hosts#generating-fleetd-for-windows-using-local-wix-toolset). + - Generating a .msi on Windows, Intel Macs, or Linux requires [Docker](https://docs.docker.com/get-docker) to be installed and running. On Windows, you can [use WiX without Docker instead](https://fleetdm.com/guides/enroll-hosts#generating-fleetd-for-windows-using-local-wix-toolset). + - Generating a .msi on Apple Silicon Macs requires [Docker](https://docs.docker.com/get-docker) to be installed. If you need to continue using Wine, see [WineHQ wiki](https://gitlab.winehq.org/wine/wine/-/wikis/MacOS). - Linux: `deb`, `rpm`, or `pkg.tar.zst` - `deb`: Debian-based linux (e.g. Ubuntu, Debian). - `rpm`: RPM-based linux (e.g. OpenSUSE, Red Hat, Fedora).