We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bf3798 + 443e760 commit 9058479Copy full SHA for 9058479
README.md
@@ -73,6 +73,7 @@ linux/arm/v6
73
linux/arm/v7
74
linux/arm64
75
linux/ppc64le
76
+linux/riscv64
77
linux/s390x
78
```
79
docker-bake.hcl
@@ -29,6 +29,7 @@ target "image-all" {
29
"linux/arm/v7",
30
"linux/arm64",
31
"linux/ppc64le",
32
+ "linux/riscv64",
33
"linux/s390x"
34
]
35
}
0 commit comments