Skip to content
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 49 commits into from Mar 6, 2024
Merged

Add ARM64 Support #3277

merged 49 commits into from Mar 6, 2024

Conversation

RassK
Copy link
Contributor

@RassK RassK commented Feb 16, 2024

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.

  • arm64 ubuntu 22.04 (native platform)
  • arm64 debian (container)
  • arm64 alpine (container)
  • arm64 nuget package tests

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.
  • Documentation is updated.
  • New features are covered by tests.

@RassK RassK force-pushed the arm64 branch 2 times, most recently from bab2afc to 0c817c2 Compare February 19, 2024 12:39
# Conflicts:
#	.github/workflows/build.yml
#	.github/workflows/ci.yml
@@ -11,8 +11,8 @@ partial class Build : NukeBuild
[Parameter("Configuration to build. Default is 'Release'")]
readonly Configuration BuildConfiguration = Configuration.Release;

[Parameter("Platform to build - x86 or x64. Default is 'x64'")]
readonly MSBuildTargetPlatform Platform = MSBuildTargetPlatform.x64;
[Parameter("Platform to build - x86, x64, ARM64. Default is current architecture.")]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Provide a better clarity her - "Default is current architecture."

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any suggestions?

# Conflicts:
#	.github/workflows/build.yml
# Conflicts:
#	.github/workflows/build-nuget-packages.yml
#	.github/workflows/release.yml
docs/README.md Outdated Show resolved Hide resolved
.markdownlint.yaml Outdated Show resolved Hide resolved
RassK and others added 2 commits March 6, 2024 10:02
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
Co-authored-by: Piotr Kiełkowicz <pkiekowicz@splunk.com>
@Kielek
Copy link
Contributor

Kielek commented Mar 6, 2024

@rajkumar-rangaraj, @zacharycmontoya, do you see any objections to merge it?

If no, I will adjust merge build requierments.

@pellared pellared mentioned this pull request Mar 6, 2024
@pellared
Copy link
Member

pellared commented Mar 6, 2024

@rajkumar-rangaraj, @zacharycmontoya, do you see any objections to merge it?

If no, I will adjust merge build requierments.

See #3307

@pjanotti pjanotti enabled auto-merge (squash) March 6, 2024 17:13
@pjanotti pjanotti disabled auto-merge March 6, 2024 17:13
@pellared pellared enabled auto-merge (squash) March 6, 2024 17:31
@Kielek Kielek disabled auto-merge March 6, 2024 17:32
@Kielek Kielek enabled auto-merge (squash) March 6, 2024 18:17
@Kielek Kielek merged commit 98c60f4 into open-telemetry:main Mar 6, 2024
40 of 41 checks passed
@RassK RassK deleted the arm64 branch March 7, 2024 09:48
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.

Add arm64 architecture to the shared store Add arm64 build for native components
7 participants