fix target names

This commit is contained in:
Madiator2011 2024-08-06 15:06:39 +02:00 committed by GitHub
parent 1eddb32348
commit 923bb11a24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,16 +1,16 @@
group "default" { group "default" {
targets = [ targets = [
"py310-rocm56", "py38-rocm56",
"py310-rocm57", "py310-rocm57",
"py310-rocm602", "py310-rocm602",
"py310-rocm60", "py39-rocm60",
"py310-rocm61", "py310-rocm61",
"py310-rocm612" "py310-rocm612"
] ]
} }
# ROCm Targets # ROCm Targets
target "py310-rocm56" { target "py38-rocm56" {
contexts = { contexts = {
default = "../../container-template" default = "../../container-template"
scripts = "../../container-template" scripts = "../../container-template"
@ -52,7 +52,7 @@ target "py310-rocm602" {
tags = ["madiator2011/better-base:rocm6.0.2"] tags = ["madiator2011/better-base:rocm6.0.2"]
} }
target "py310-rocm60" { target "py39-rocm60" {
contexts = { contexts = {
default = "../../container-template" default = "../../container-template"
scripts = "../../container-template" scripts = "../../container-template"