-
Notifications
You must be signed in to change notification settings - Fork 61
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
Qemu in Github Action Workflow with arm64 platform #69
Comments
Can you post a basic Dockerfile for repro please? |
Thank you @crazy-max for your comment and help. I updated my initial post with my dockerfile which is almost the same as the template provided by VS2022 at project creation time. |
@1fini We've been seeing this issue, we fixed it by putting RUN DOTNET_EnableWriteXorExecute=0 dotnet build "myproject.csproj" -c Release -o /app/build It still doesn't resolve issues with multi-platform and especially arm64 builds running horrifically slow on the default github actions runners. |
did anyone figure this out? I added the |
Behaviour
/usr/share/dotnet/sdk/7.0.103/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.Shared.targets(201,5): error MSB4063: The "CheckForDuplicateItems" task could not be initialized with its input parameters. [/src/Automate/Automate.csproj]
Steps to reproduce this issue
Dockerfile
Logs
first paragraph
Regards
The text was updated successfully, but these errors were encountered: