mirror of
https://github.com/distribution/distribution
synced 2024-11-06 19:35:52 +01:00
Build artifacts and images for linux/riscv64 (#4444)
This commit is contained in:
commit
6e56b3ae3c
@ -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