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
commit 6e56b3ae3c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 2 deletions

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