Merged
Conversation
ba336a2 to
1d84c76
Compare
mrsillydog
reviewed
Feb 18, 2026
Contributor
mrsillydog
left a comment
There was a problem hiding this comment.
Have you done any testing with the MSI produced by your run of release-test?
Collaborator
Author
Installed and running on |
mrsillydog
approved these changes
Feb 18, 2026
393973e to
50fc5dc
Compare
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Change
Adds Windows ARM64 support for the collector MSI installer.
.goreleaser.ymlwithCGO_ENABLED=0(no cgo usage in the codebase), removing the separate.goreleaser-windows.ymlbuild-windows-arm64Makefile target-arch arm64support in candle.exeproduct.wxsto handlesys.BUILDARCH=arm64release.yml,release-test.yml,manual_msi_build.yml) with a matrix strategy building amd64 onwindows-2022and arm64 onwindows-11-armmanual_multi_build.ymlbuild-msi.sh,windows/Makefile) for multi-arch MSI buildsValidated on an Azure Windows 11 ARM64 VM: MSI installs, service starts, binary runs natively.
release-testGH action runs, and succeeds correctlyhttps://github.com/observIQ/bindplane-otel-collector/actions/runs/22149106975
Prerequisite must be merged first:
#3144
Checklist