mirror of https://github.com/bastienwirtz/homer
Add armv6 support for docker.
parent
746ede73ff
commit
b16b69951e
|
@ -41,4 +41,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: b4bz/homer:${{env.IMAGE_TAG}}
|
tags: b4bz/homer:${{env.IMAGE_TAG}}
|
||||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
Loading…
Reference in New Issue