mirror of https://github.com/akaunting/docker.git
closes #37; Support ARM V7
This commit is contained in:
parent
b7561f54b3
commit
7d528c7aa6
|
@ -79,6 +79,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
file: ./${{ matrix.file }}
|
file: ./${{ matrix.file }}
|
||||||
platforms: linux/amd64,linux/arm/v6,linux/arm64
|
platforms: linux/amd64,linux/arm/v6,linux/arm64,linux/arm/v7
|
||||||
push: ${{ github.event_name != 'pull_request' }}
|
push: ${{ github.event_name != 'pull_request' }}
|
||||||
tags: ${{ steps.image-tags.outputs.tags }}
|
tags: ${{ steps.image-tags.outputs.tags }}
|
Loading…
Reference in New Issue