You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Refactor MSI build scripts parameters from OS to ARCH
* Skip agent-bundle unzip for Windows arm64
* Refactor bundle make.ps1 arg from $Runner to $Arch
* Remove OS input from reusable agent bundle windows workflow
* Remove OS input from reusable msi build workflow
* Update GitLab script
* Use correct NuGet Python package for Windows arm64
* Fix actionlint issues
* Remove typo
* Fix python nuget package folder name
* Create a fake agent bundle for Windows ARM
* Require agent bundle for windows arm (same as amd64)
* Update agent bundle test in CI
* Move msi-custom-actions-package to build stage (no deps on other jobs)
* No chocolatey arm64 release
* Select correct arch on install.ps1
* Changelog note
* Improve usage msg for packaging/msi/build.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Handle launching from WOW64 powershell
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2
+
change_type: enhancement
3
+
4
+
# The name of the component, or a single word describing the area of concern, (e.g. crosslink)
5
+
component: collector
6
+
7
+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
8
+
note: "Added native Windows ARM installer for the Splunk OpenTelemetry Collector."
9
+
10
+
# One or more tracking issues related to the change
11
+
issues: [7275]
12
+
13
+
# (Optional) One or more lines of additional information to render under the primary note.
14
+
# These lines will be padded with 2 spaces and then inserted directly into the document.
15
+
# Use pipe (|) for multiline entries.
16
+
subtext: |
17
+
- The Windows ARM installer is now available as part of our release process, allowing users with ARM-based Windows devices to easily install the Splunk OpenTelemetry Collector.
18
+
- The PowerShell installation script has been updated to detect the system architecture and install the appropriate MSI package for either AMD64 or ARM64 platforms.
# The arm64 bundle does not include the python binaries since they are not used in the arm64 tests, so just check that the expected directory structure is created and the expected files are included
0 commit comments