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

Re-enable arm64 Docker Image build in Github Actions #131

Closed
TheAxelander opened this issue Feb 17, 2023 · 2 comments
Closed

Re-enable arm64 Docker Image build in Github Actions #131

TheAxelander opened this issue Feb 17, 2023 · 2 comments
Labels
Milestone

Comments

@TheAxelander
Copy link
Owner

At the moment the build for arm64 architecture fails with below errors for some reason

#31 122.5 /usr/share/dotnet/sdk/7.0.103/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(292,5): error MSB4063: The "GenerateRuntimeConfigurationFiles" task could not be initialized with its input parameters.  [/src/OpenBudgeteer.Blazor/OpenBudgeteer.Blazor.csproj]
#31 122.5 /usr/share/dotnet/sdk/7.0.103/Microsoft.Common.CurrentVersion.targets(5479,7): error MSB4018: The "ReadLinesFromFile" task failed unexpectedly. [/src/OpenBudgeteer.Blazor/OpenBudgeteer.Blazor.csproj]
#31 122.5 /usr/share/dotnet/sdk/7.0.103/Microsoft.Common.CurrentVersion.targets(5479,7): error MSB4018: System.NullReferenceException: Object reference not set to an instance of an object. [/src/OpenBudgeteer.Blazor/OpenBudgeteer.Blazor.csproj]
#31 122.5 /usr/share/dotnet/sdk/7.0.103/Microsoft.Common.CurrentVersion.targets(5479,7): error MSB4018:    at InvokeStub_ReadLinesFromFile.get_Lines(Object, Object, IntPtr*) [/src/OpenBudgeteer.Blazor/OpenBudgeteer.Blazor.csproj]
#31 122.5 /usr/share/dotnet/sdk/7.0.103/Microsoft.Common.CurrentVersion.targets(5479,7): error MSB4018:    at System.Reflection.MethodInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr) [/src/OpenBudgeteer.Blazor/OpenBudgeteer.Blazor.csproj]
#31 122.5 /usr/share/dotnet/sdk/7.0.103/Microsoft.Common.CurrentVersion.targets(5479,7): error MSB4028: The "ReadLinesFromFile" task's outputs could not be retrieved from the "Lines" parameter. Object reference not set to an instance of an object. [/src/OpenBudgeteer.Blazor/OpenBudgeteer.Blazor.csproj]
@TheAxelander
Copy link
Owner Author

TheAxelander commented Oct 31, 2023

Potential root cause: dotnet/runtime#13648 (comment)

Can be potentially fixed in future with this solution: dotnet/dotnet-docker#4388 (comment)

Considering manually build and push Docker Image on an arm64 environment

@TheAxelander TheAxelander moved this from 📚 Backlog (long-term) to 🛠 Work in progress in OpenBudgeteer Development Nov 26, 2023
@TheAxelander TheAxelander added this to the 1.8 milestone Nov 26, 2023
@TheAxelander
Copy link
Owner Author

Fixed with #198

@TheAxelander TheAxelander moved this from 🛠 Work in progress to 🔖 Ready for next version in OpenBudgeteer Development Nov 26, 2023
@TheAxelander TheAxelander moved this from 🔖 Ready for next version to ✅ Released in OpenBudgeteer Development Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Released
Development

No branches or pull requests

1 participant