Closed
Description
Running ROOTFS_DIR=/home/janvorli/rootfs/arm64.musl/ ./build.sh Clr+Libs+Installer --arch arm64 -c Release -rc Release -lc Release --cross --pack
fails during the packing phase, because for some reason, the installer files are stored in artifacts/bin/linux-musl-arm64.Release instead of artifacts/bin/linux-arm64 and the packaging cannot find them. The libraries and coreclr files are in the correct folder.
The same happens for cross build of arm32 and I assume it would also happen for build on Alpine for x64.
The musl
from the RID should not be projected to the target folder path.