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

Fix nuget ecosystem arm build #10693

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

andrcuns
Copy link
Contributor

@andrcuns andrcuns commented Sep 28, 2024

What are you trying to accomplish?

Fixes currently broken nuget ecosystem build for arm64 architecture due to not having a prebuilt powershell .deb package. Changes installation method to use pre-built binaries instead of .deb package.

Fixes: #10689

How will you know you've accomplished your goal?

Currently it's not possible to validate on CI due to not having arm64 architecture builds. I have ran this locally though on my arm machine and image is building. If CI passes, it at least should show that regressions were not introduced.

Checklist

  • I have run the complete test suite to ensure all tests and linters pass.
  • I have thoroughly tested my code changes to ensure they work as expected, including adding additional tests for new functionality.
  • I have written clear and descriptive commit messages.
  • I have provided a detailed description of the changes in the pull request, including the problem it addresses, how it fixes the problem, and any relevant details about the implementation.
  • I have ensured that the code is well-documented and easy to understand.

@andrcuns andrcuns requested a review from a team as a code owner September 28, 2024 12:43
@github-actions github-actions bot added the L: dotnet:nuget NuGet packages via nuget or dotnet label Sep 28, 2024
@sachin-sandhu sachin-sandhu merged commit e7f6031 into dependabot:main Oct 11, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
L: dotnet:nuget NuGet packages via nuget or dotnet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable NuGet updater image to support arm64
3 participants