Skip to content

Commit 8486438

Browse files
committed
fix: Drop ppc64le from Node 22 Alpine builds
Has not worked since 22 was released. Closes nodejs#2107
1 parent 7204a42 commit 8486438

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

versions.json

-2
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,13 @@
6868
"arm32v6",
6969
"arm32v7",
7070
"arm64v8",
71-
"ppc64le",
7271
"s390x"
7372
],
7473
"alpine3.20": [
7574
"amd64",
7675
"arm32v6",
7776
"arm32v7",
7877
"arm64v8",
79-
"ppc64le",
8078
"s390x"
8179
],
8280
"bookworm": [

0 commit comments

Comments
 (0)