Skip to content

Commit

Permalink
fix: Drop ppc64le from Node 22 Alpine builds
Browse files Browse the repository at this point in the history
Has not worked since 22 was released.

Closes nodejs#2107
  • Loading branch information
nschonni committed Aug 19, 2024
1 parent 7204a42 commit 8486438
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,13 @@
"arm32v6",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
],
"alpine3.20": [
"amd64",
"arm32v6",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
],
"bookworm": [
Expand Down

0 comments on commit 8486438

Please sign in to comment.