multiarch build for additional linux/arm64/v8 and linux/arm/v7 support
This commit fixes issue #291
This commit is contained in:
parent
81c3433055
commit
91c219a755
1
.github/workflows/build-and-test.yaml
vendored
1
.github/workflows/build-and-test.yaml
vendored
@ -158,6 +158,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
pull : true
|
pull : true
|
||||||
push : true
|
push : true
|
||||||
|
platforms : linux/amd64,linux/arm64/v8,linux/arm/v7
|
||||||
context : .
|
context : .
|
||||||
file : ./Dockerfile
|
file : ./Dockerfile
|
||||||
tags : ${{ steps.meta.outputs.tags }}
|
tags : ${{ steps.meta.outputs.tags }}
|
||||||
|
Loading…
Reference in New Issue
Block a user