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

There is an issue with platform "linux-x64" in publish.sh #51

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

KarlProkupek
Copy link

Debian package builder can compile the package with architecture x64 but it cannot handle package dependendy correctly because in Linux the architecture is called "amd64"
Dotnet compiler can handle "linux-x64" and "linux-amd64" because it rewrites amd64 to x64 and the output file is also called ...linux-x64 (from copy command in post build event).

So I can insert a conditional rename of the output file or I insert a conditional set of variable APP_ARCH which was my prefered choice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant