Revert "Build Docker image for linux/arm/v7"
Causing build error while installing requirements.txt
This reverts commit 0c2cdfdf59
.
This commit is contained in:
parent
9094fe940c
commit
f1b1dc2152
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
@ -25,6 +25,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v4
|
uses: docker/build-push-action@v4
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/openwakeword-rhasspy:latest
|
tags: ${{ vars.DOCKERHUB_USERNAME }}/openwakeword-rhasspy:latest
|
||||||
|
|
Loading…
Add table
Reference in a new issue