use proper name for ci (#2274)
This commit is contained in:
parent
6aeb669072
commit
4700465192
|
@ -28,7 +28,7 @@ jobs:
|
|||
group: ${{ github.workflow }}-build-and-push-image-${{ inputs.hardware }}-${{ github.head_ref || github.run_id }}
|
||||
cancel-in-progress: true
|
||||
runs-on:
|
||||
group: aws-r6id-8xlarge-priv
|
||||
group: aws-highmemory-32-plus-priv
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
export dockerfile="Dockerfile"
|
||||
export label_extension=""
|
||||
export docker_devices=""
|
||||
export runs_on="aws-g5-12xlarge"
|
||||
export runs_on="aws-g5-12xlarge-plus"
|
||||
;;
|
||||
rocm)
|
||||
export dockerfile="Dockerfile_amd"
|
||||
|
|
Loading…
Reference in New Issue