remove arm64 build of rocm image
This commit is contained in:
parent
5b9d2f7d93
commit
c6a8e90c46
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-docker.yml
vendored
4
.github/workflows/build-docker.yml
vendored
|
|
@ -176,7 +176,7 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
USE_ROCM=1
|
||||
|
||||
|
|
@ -190,7 +190,7 @@ jobs:
|
|||
push: true
|
||||
tags: ${{ env.DOCKER_REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
|
||||
labels: version=${{ github.run_id }}
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
USE_ROCM=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue