-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add ARM64 Support #3277
Merged
Merged
Add ARM64 Support #3277
Conversation
This file contains 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
RassK
force-pushed
the
arm64
branch
2 times, most recently
from
February 19, 2024 12:39
bab2afc
to
0c817c2
Compare
# Conflicts: # .github/workflows/build.yml # .github/workflows/ci.yml
# Conflicts: # .github/workflows/build.yml
# Conflicts: # .github/workflows/build-nuget-packages.yml # .github/workflows/release.yml
8 tasks
Kielek
approved these changes
Mar 5, 2024
pjanotti
approved these changes
Mar 5, 2024
Kielek
reviewed
Mar 6, 2024
Co-authored-by: Piotr Kiełkowicz <[email protected]>
Co-authored-by: Piotr Kiełkowicz <[email protected]>
pellared
approved these changes
Mar 6, 2024
@rajkumar-rangaraj, @zacharycmontoya, do you see any objections to merge it? If no, I will adjust merge build requierments. |
Merged
See #3307 |
zacharycmontoya
approved these changes
Mar 6, 2024
1 task
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.
Why
Fixes #1865
Fixes #2181
Towards #2314
Towards #2453
What
Adds ARM64 support for ubuntu, debian and alpine.
CentOS based images are not supported with .NET 6 and .NET 7
Tests
Tests .NET 6, .NET 7 and .NET 8.
Follow up
Confluent.Kafka 1.4.0
is not supported by arm64, is disabled temporarily due missing platform filtration capabilities.Confluent.Kafka 1.6.2
does not work on x64 and arm64. This seems to require separate focus.Follow up task here > #3306
Checklist
CHANGELOG.md
is updated.