Build artifacts and images for linux/riscv64 (#4444)

This commit is contained in:
Milos Gajdos
2024-08-28 07:56:03 +01:00
committed by GitHub

View File

@@ -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"
]
}