Skip to content

Commit

Permalink
Merge pull request nodejs#2130 from nschonni/node-22-apline-drop-ppc64le
Browse files Browse the repository at this point in the history
fix: Drop ppc64le from Node 22 Alpine builds
  • Loading branch information
nschonni authored Aug 19, 2024
2 parents 7204a42 + 07b487b commit 5cbb3b2
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 @@ -13,15 +13,13 @@
"arm32v6",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
],
"alpine3.20": [
"amd64",
"arm32v6",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
],
"bookworm": [
Expand Down

0 comments on commit 5cbb3b2

Please sign in to comment.