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"