Skip to content

Commit e61ef06

Browse files
committed
Fix ppc641e build
1 parent 4e82270 commit e61ef06

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

dockerbuild.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ mkdir -p nuget.package/runtimes/$RID/native
4040
if [[ $RID == linux-musl* ]]; then
4141
build_in_container "$RID" "Dockerfile.linux-musl" "" ""
4242
extract_runtimes "$RID"
43+
elif [[ $RID == linux-ppc64le ]]; then
44+
# debian:bullseye-slim has no ppc64le manifest, so we skip the openssl1.1
45+
# variant on this arch and ship only the default OpenSSL 3 build.
46+
build_in_container "$RID" "Dockerfile.linux" "" ""
47+
extract_runtimes "$RID"
4348
else
4449
# All glibc-based Linux RIDs get two variants:
4550
# 1. Default: built on bookworm against OpenSSL 3, libssh2 bundled as a separate .so

0 commit comments

Comments
 (0)