Build Docker image for linux/arm/v7
This commit is contained in:
parent
f6cfcd2372
commit
0c2cdfdf59
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
|
||||
with:
|
||||
context: .
|
||||
platforms: linux/amd64,linux/arm64
|
||||
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||
push: true
|
||||
tags: ${{ vars.DOCKERHUB_USERNAME }}/openwakeword-rhasspy:latest
|
||||
|
|
Loading…
Add table
Reference in a new issue