kuiperzone / PupNet-Deploy

PupNet Deploy is a cross-platform deployment utility which packages your .NET project as a ready-to-ship installation file in a single step.
GNU Affero General Public License v3.0
183 stars 6 forks source link

rpm aarch64 no compatible architectures found #37

Open Neurofibromin opened 3 months ago

Neurofibromin commented 3 months ago

Hey, great project, works well. When I build rpm packages for aarch64 I get the following error: No compatible architectures found for build This happens even if I use the --arch flag: pupnet --runtime linux-arm64 --kind rpm --build Release --arch aarch64 Any idea how to resolve this? detailed log

all other architectures work fine - I build these 8: runtime: [ 'linux-x64', 'linux-arm64' ] x kind: [ 'appimage', 'deb', 'rpm', 'flatpak' ]