mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Disable ROCm arm64 builds
This commit is contained in:
parent
5622fd424e
commit
105cc67447
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ target "gpu" {
|
||||||
# AMD ROCm target with multi-platform support
|
# AMD ROCm target with multi-platform support
|
||||||
target "rocm" {
|
target "rocm" {
|
||||||
inherits = ["_rocm_base"]
|
inherits = ["_rocm_base"]
|
||||||
platforms = ["linux/amd64", "linux/arm64"]
|
platforms = ["linux/amd64"]
|
||||||
tags = [
|
tags = [
|
||||||
"${REGISTRY}/${OWNER}/${REPO}-rocm:${VERSION}",
|
"${REGISTRY}/${OWNER}/${REPO}-rocm:${VERSION}",
|
||||||
"${REGISTRY}/${OWNER}/${REPO}-rocm:latest"
|
"${REGISTRY}/${OWNER}/${REPO}-rocm:latest"
|
||||||
|
|
Loading…
Add table
Reference in a new issue