We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277e5e4 commit 469c4e4Copy full SHA for 469c4e4
.github/workflows/docker-hub.yml
@@ -27,17 +27,22 @@ env:
27
# - linux/loong64
28
PLATFORM_LIST: >
29
[
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"
+ "linux/amd64"
39
]
40
+
+ # [
+ # "linux/amd64",
+ # "linux/amd64/v2",
+ # "linux/amd64/v3",
+ # "linux/386",
+ # "linux/arm64",
+ # "linux/riscv64",
41
+ # "linux/ppc64le",
42
+ # "linux/arm/v7",
43
+ # "linux/arm/v6"
44
+ # ]
45
46
jobs:
47
generate_matrix:
48
name: Generate Platform List
0 commit comments