-
Notifications
You must be signed in to change notification settings - Fork 707
Snapshot Builds
Snapshot builds provide an easy way to access the latest builds of the windows_exporter
project. These builds include both the .exe
and .msi
installer files for Windows. Snapshot builds are automatically triggered for every commit to the repository and include a unique version number containing the exact commit hash.
You can directly download the latest snapshot build using the following link:
If you prefer to download the snapshot build manually, follow these steps:
-
Open the GitHub Actions page.
-
In the "Actions" table, locate the first row (corresponding to the most recent successful build on the
master
branch) and click on the bold text in the first column. -
On the newly opened page, scroll down to the Artifacts section.
-
Download the file named
windows_exporter_binaries
.
- Snapshot builds are intended for testing and may contain changes that are not yet part of an official release.
- The unique version number makes it easy to identify the specific commit associated with the build.
If you encounter any issues or have questions, feel free to open an issue in the repository or reach out via discussions.