Skip to content

Commit

Permalink
Merge pull request nodejs#1765 from nschonni/buster-lts
Browse files Browse the repository at this point in the history
fix: remove ppc64le and s390x for buster
nschonni authored Aug 24, 2022

Verified

This commit was signed with the committer’s verified signature.
gerhard Gerhard Lazu
2 parents 4f80c25 + 9a04c5c commit 0fb3fac
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions versions.json
Original file line number Diff line number Diff line change
@@ -41,16 +41,12 @@
"buster": [
"amd64",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
"arm64v8"
],
"buster-slim": [
"amd64",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
"arm64v8"
]
}
},
@@ -96,16 +92,12 @@
"buster": [
"amd64",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
"arm64v8"
],
"buster-slim": [
"amd64",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
"arm64v8"
]
}
},
@@ -151,16 +143,12 @@
"buster": [
"amd64",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
"arm64v8"
],
"buster-slim": [
"amd64",
"arm32v7",
"arm64v8",
"ppc64le",
"s390x"
"arm64v8"
]
}
}

0 comments on commit 0fb3fac

Please sign in to comment.