ARM7 support
adding support for ARM7 docker image builds.
This commit is contained in:
parent
b177ccc72b
commit
3db6c421ca
|
@ -56,7 +56,7 @@ jobs:
|
||||||
uses: depot/build-push-action@v1
|
uses: depot/build-push-action@v1
|
||||||
with:
|
with:
|
||||||
project: vhwr5r7tw1
|
project: vhwr5r7tw1
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
context: .
|
context: .
|
||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
|
|
Loading…
Reference in New Issue