Skip to content

fix(ddprof): detect architecture for GitHub release download - #208

Open
r1viollet wants to merge 1 commit into
mainfrom
r1viollet/ddprof-install-arm64
Open

fix(ddprof): detect architecture for GitHub release download#208
r1viollet wants to merge 1 commit into
mainfrom
r1viollet/ddprof-install-arm64

Conversation

@r1viollet

Copy link
Copy Markdown
Collaborator

Download correct ddprof binary based on system architecture (amd64/arm64)
instead of hardcoding amd64.

Uses 'uname -m' to detect:

  • x86_64 -> amd64
  • aarch64 -> arm64

Enables test execution on arm64 systems (e.g., macOS) by downloading compatible
binaries from GitHub releases when internal S3 is not available.

Download correct ddprof binary based on system architecture (amd64/arm64)
instead of hardcoding amd64. Uses 'uname -m' to detect x86_64 -> amd64
or aarch64 -> arm64, enabling test execution on arm64 systems.
@r1viollet
r1viollet marked this pull request as ready for review September 8, 2026 07:52
@r1viollet
r1viollet requested a review from a team as a code owner September 8, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant