mirror of https://github.com/bastienwirtz/homer
Drop armv6 support
armv6 build seems broken, bloking all other arch release. Disabling it, at least for now.pull/759/head
parent
7e8cc22b0c
commit
a6cbd1c22d
|
@ -50,4 +50,4 @@ jobs:
|
|||
tags: |
|
||||
b4bz/homer:${{env.IMAGE_TAG}}
|
||||
ghcr.io/${{ github.repository }}:${{ env.IMAGE_TAG }}
|
||||
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
|
||||
platforms: linux/amd64,linux/arm/v7,linux/arm64
|
||||
|
|
Loading…
Reference in New Issue