mirror of
https://github.com/distribution/distribution.git
synced 2025-04-27 11:11:33 +00:00
Build artifacts and images for linux/riscv64
Signed-off-by: Matheus Macabu <macabu.matheus@gmail.com>
This commit is contained in:
parent
3da306340a
commit
b2626e0623
@ -61,7 +61,8 @@ target "artifact-all" {
|
||||
"linux/arm/v7",
|
||||
"linux/arm64",
|
||||
"linux/ppc64le",
|
||||
"linux/s390x"
|
||||
"linux/s390x",
|
||||
"linux/riscv64"
|
||||
]
|
||||
}
|
||||
|
||||
@ -87,7 +88,8 @@ target "image-all" {
|
||||
"linux/arm/v7",
|
||||
"linux/arm64",
|
||||
"linux/ppc64le",
|
||||
"linux/s390x"
|
||||
"linux/s390x",
|
||||
"linux/riscv64"
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user