Skip to content

Commit

Permalink
remove alpine RIDs #543
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Jun 28, 2023
1 parent 760d88f commit 293701c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions gen_lib_nuspecs/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -406,16 +406,10 @@ XmlWriter f
write_nuspec_file_entry_native_linux(lib, "armsf", "linux-armel", f);
write_nuspec_file_entry_native_linux(lib, "arm64", "linux-arm64", f);

// TODO seems sad to put two copies of each musl, one for linux-musl- RID and one for alpine- RID
write_nuspec_file_entry_native_linux(lib, "musl-x64", "linux-musl-x64", f);
write_nuspec_file_entry_native_linux(lib, "musl-armhf", "linux-musl-arm", f);
write_nuspec_file_entry_native_linux(lib, "musl-arm64", "linux-musl-arm64", f);

// TODO seems sad to put two copies of each musl, one for linux-musl- RID and one for alpine- RID
write_nuspec_file_entry_native_linux(lib, "musl-x64", "alpine-x64", f);
write_nuspec_file_entry_native_linux(lib, "musl-armhf", "alpine-arm", f);
write_nuspec_file_entry_native_linux(lib, "musl-arm64", "alpine-arm64", f);

write_nuspec_file_entry_native_linux(lib, "mips64", "linux-mips64", f);
write_nuspec_file_entry_native_linux(lib, "s390x", "linux-s390x", f);
write_nuspec_file_entry_native_linux(lib, "ppc64le", "linux-ppc64le", f);
Expand Down

0 comments on commit 293701c

Please sign in to comment.