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
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64, linux/arm64/v8, linux/arm/v7
|
||||
platforms: linux/amd64,linux/arm64
|
||||
file: ./Dockerfile.cpu
|
||||
push: true
|
||||
tags: |
|
||||
|
||||
Reference in New Issue
Block a user