feat: Add arm64 targets for Apple Silicon #5
Merged
blu3r4y merged 7 commits intodynatrace-oss:mainfrom Apr 15, 2025
Merged
Conversation
|
Thanks @FloSchick for this PR 👏 I will review this hopefully by tomorrow, check the build pipeline and merge it then :) |
Contributor
Author
|
Be warned, the operator build takes about 15min due to the cross platform build, wich seems like a common problem. We could however switch to a different build action if needed :) |
blu3r4y
approved these changes
Apr 15, 2025
2 tasks
|
Thanks @FloSchick and @SBejga for this improvement. I will prepare a new release soon and maybe also #6 improve the build performance with native amd64 runners, if possible. In the meantime, you could manually use this version like so: |
blu3r4y
pushed a commit
that referenced
this pull request
Dec 5, 2025
…ions for testing Koney Merge in CASP-ZERO/koney from task/TR-5520-upgrade-operator-sdk to main * commit 'e23ebae363a5cd30b4087fde816f1491b652109f': ci: Use azure/setup-helm action chore: Minor changes to aid debugging and readability ci: Setup local registry and local kind cluster in tests ci: Check pre-commit hooks with action chore: Rename some action workflow steps test: Install Helm and Tetragon in actions chore: Auto-install goimports with go-install-tool chore: Migrate from operator-sdk v1.40.0 to v1.41.0 and fix linter errors chore: Migrate from operator-sdk v1.39.1 to v1.40.0
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.
This PR adds arm64 build targets to the Docker images, enabling native support on Apple Silicon machines.
Resolves: #4