Skip to content

Commit 8918be4

Browse files
committed
remove unsupported image architectures
1 parent 2190d2e commit 8918be4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/data/matrix-images-oss.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
"alpine"
55
],
66
"platforms": [
7-
"linux/arm, linux/arm64, linux/amd64, linux/ppc64le, linux/s390x"
7+
"linux/arm64, linux/amd64"
88
],
99
"include": [
1010
{
1111
"image": "ubi",
12-
"platforms": "linux/arm64, linux/amd64, linux/ppc64le, linux/s390x"
12+
"platforms": "linux/arm64, linux/amd64"
1313
}
1414
]
1515
}

0 commit comments

Comments
 (0)