Skip to content

Build armv6 Docker images #2915

@wasdennnoch

Description

@wasdennnoch

Welcome

  • Yes, I've searched for similar issues on GitHub and didn't find any.

How do you use lego?

Docker image

Effective version of lego

4.32.0

Detailed Description

Following #621, lego already builds and publishes ARMv6 builds to Github releases for use in e.g. a Raspberry Pi Zero. However, the Docker images are only built for:

lego/.goreleaser.yml

Lines 87 to 90 in 9be8cd4

platforms:
- linux/amd64
- linux/arm64
- linux/arm/v7

As such, one can't use the lego Docker image on a Raspberry Pi Zero. It should be easy enough to just add linux/arm/v6 to the goreleaser file, let me know if that is fine and I'll create an MR.

My use case is that a spare Pi Zero acts as a secondary fallback DNS server in case my primary/core one fails, and I'm using lego to request certificates for DoT/DoH support on both systems.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions