mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-14 21:32:52 +00:00
Linux ARM deb packages have the wrong architecture #22
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @markusr on GitHub (Dec 21, 2017).
I want to create a deb package for ARM processor. (Raspbian - Raspberry PI)
after copying to the target and trying to install, I get the following error
It seems that the package architecture is not set correctly.
@crozone commented on GitHub (May 28, 2018):
9e56efbf32/Packaging.Targets/DebTask.cs (L190)It looks like there's currently no logic to change the package type in response to the platform type specified. Everything is hardcoded to amd64.
@qmfrederik commented on GitHub (Jun 7, 2018):
Yes, I'd be happy to take a PR though :)