Skip to content

Commit 469c4e4

Browse files
committed
Simplify list.
1 parent 277e5e4 commit 469c4e4

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

.github/workflows/docker-hub.yml

+14-9
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,22 @@ env:
2727
# - linux/loong64
2828
PLATFORM_LIST: >
2929
[
30-
"linux/amd64",
31-
"linux/amd64/v2",
32-
"linux/amd64/v3",
33-
"linux/386",
34-
"linux/arm64",
35-
"linux/riscv64",
36-
"linux/ppc64le",
37-
"linux/arm/v7",
38-
"linux/arm/v6"
30+
"linux/amd64"
3931
]
4032
33+
34+
# [
35+
# "linux/amd64",
36+
# "linux/amd64/v2",
37+
# "linux/amd64/v3",
38+
# "linux/386",
39+
# "linux/arm64",
40+
# "linux/riscv64",
41+
# "linux/ppc64le",
42+
# "linux/arm/v7",
43+
# "linux/arm/v6"
44+
# ]
45+
4146
jobs:
4247
generate_matrix:
4348
name: Generate Platform List

0 commit comments

Comments
 (0)