ARM7 support

adding support for ARM7 docker image builds.
This commit is contained in:
Jason Kulatunga 2023-05-19 07:58:37 -07:00 committed by GitHub
parent b177ccc72b
commit 3db6c421ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
uses: depot/build-push-action@v1
with:
project: vhwr5r7tw1
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
context: .
file: Dockerfile
push: ${{ github.event_name != 'pull_request' }}