dotnet / dotnet/arcade

Need some help setting up rpm and deb package packing via arcade.

Open
#11,580 15 comments 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
C#
Stars
729
Forks
397
Avg merge
3d 15m
Merged PRs (30d)
149

Description

I been trying to figure out how to build deb and rpm installer packages using the same files I use to build msi/exe bundle installers and macos pkg installers, of which I could use the information to see if I could help clean up some files in dotnet/runtime but yet also package them in the same way as well (just with less files to maintain). This is so then I could eventually learn how I can then eventually add them to a debian package repository for install via ``apt-get`` or related package managers.

Basically, I want to build installer packages in deb and rpm format for the following generic rids:
- linux-x64
- linux-arm
- linux-arm64

Here is an PR where I tried to learn how to do this using arcade https://github.com/Elskom/EFCore-Installer/pull/48/files using test files that simply bundles efcore into an installable shared framework (it also exists as an example and a way for me to experiment with more things from arcade).

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.