-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Build on linux-arm64 produces linux-x64 binaries #947
Comments
Can you please include the full command you're using to build? |
I don't recognise those build arguments.. they aren't |
Here is the command sudo dotnet build ./src/linux/Packaging.Linux/Packaging.Linux.csproj -c Release -p:InstallFromSource=true --arch arm64 --os linux Here is the reference to extra params https://learn.microsoft.com/en-us/dotnet/core/tools/dotnet-build |
Ah, I see. For that particular project, we use a custom |
+1 on the arm64 for Linux new chromebook thats good dev box, but no gpg support for pushing signed commits to git |
This will be helpful for WSL on Windows ARM systems. |
+1 |
Duplicate of #606 |
Hello,
Build on linux-arm64 produces linux-x64 binaries even when
--arch arm64 --os linux
flags were set. How can I fix it?The text was updated successfully, but these errors were encountered: