From 105cc674471d20bf48542895bbecdaaa8753e510 Mon Sep 17 00:00:00 2001 From: Kishor Prins Date: Sun, 29 Jun 2025 11:02:48 -0700 Subject: [PATCH] Disable ROCm arm64 builds --- docker-bake.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-bake.hcl b/docker-bake.hcl index a64523f..5c0ef6d 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -69,7 +69,7 @@ target "gpu" { # AMD ROCm target with multi-platform support target "rocm" { inherits = ["_rocm_base"] - platforms = ["linux/amd64", "linux/arm64"] + platforms = ["linux/amd64"] tags = [ "${REGISTRY}/${OWNER}/${REPO}-rocm:${VERSION}", "${REGISTRY}/${OWNER}/${REPO}-rocm:latest"