Skip to content

Commit

Permalink
fix: remove ppc64le and s390x for buster
Browse files Browse the repository at this point in the history
nschonni committed Aug 24, 2022

Verified

This commit was signed with the committer’s verified signature.
nschonni Nick Schonning
1 parent 4f80c25 commit 9a04c5c
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 9a04c5c

Please sign in to comment.