mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-01 11:20:59 +03:00
Use self-contained deployment for debian build #74
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 @Bond-009 on GitHub (Dec 13, 2018).
Originally assigned to: @joshuaboniface on GitHub.
Using a self-contained deployment means that the user doesn't need to install dotnet himself on the machine, and that there can't be any version incompatibilities.
Ref: https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli#self-contained-deployment-with-third-party-dependencies
@joshuaboniface commented on GitHub (Dec 15, 2018):
Added self-contained mode for amd64 Linux builds. More tweaks are needed for ARM support to be finalized.
@joshuaboniface commented on GitHub (Jan 13, 2019):
This was solved a while back.