mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-12 22:43:05 +01:00
Drop armv6 support
armv6 build seems broken, bloking all other arch release. Disabling it, at least for now.
This commit is contained in:
parent
7e8cc22b0c
commit
a6cbd1c22d
2
.github/workflows/dockerhub.yml
vendored
2
.github/workflows/dockerhub.yml
vendored
@ -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
Block a user