Skip to content

Draft: ARM support #703

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Draft: ARM support #703

wants to merge 5 commits into from

Conversation

jmeixensperger
Copy link
Contributor

Disclaimer: Splunk does not currently publish any arm-based builds that are available via download.splunk.com. These builds must be obtained from the Voice of the Customer (VOC) portal until then. If this approach is used, modifications must also be made to the splunk/common-files/Dockerfile to copy the build in instead of downloading one.

Modifies the environment variables to help support building docker images with --platform linux/arm64:

  • Now supports arm64 return value from arch command
  • Users can override the desired arch by providing BUILD_ARCH=<value>.

While these changes will not work out-of-the-box for users on arm machines, this has been the case before these changes. These users can now set BUILD_ARCH=amd64 in their environment instead of manually add --platform linux/amd64 to every Makefile command.

@jmeixensperger jmeixensperger requested a review from a team as a code owner June 2, 2025 19:34
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