diff --git a/util/dockerfiles/docker-bake.hcl b/util/dockerfiles/docker-bake.hcl index 2ef05c7dd5..cbc006f42a 100644 --- a/util/dockerfiles/docker-bake.hcl +++ b/util/dockerfiles/docker-bake.hcl @@ -37,9 +37,8 @@ variable "TAG" { # Common attributes across all targets. Note: these can be overwritten. target "common" { - # Here we are enabling multi-platform builds. We are compiling to ARM, X86, - # and RISC-V. - platforms = ["linux/amd64", "linux/arm64", "linux/riscv64"] + # Here we are enabling multi-platform builds. We are compiling to ARM, X86] + platforms = ["linux/amd64", "linux/arm64"] pull = true }