Update build_CPU.yml
pytorch doesn't build on armv7, only arm64 and x86
This commit is contained in:
2
.github/workflows/build_CPU.yml
vendored
2
.github/workflows/build_CPU.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64, linux/arm64/v8, linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
file: ./Dockerfile.cpu
|
file: ./Dockerfile.cpu
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|||||||
Reference in New Issue
Block a user