DRuggeri / alertmanager_gotify_bridge

A bridge between Prometheus AlertManager and a Gotify server
Apache License 2.0
65 stars 9 forks source link

Publish Docker images for more architectures #15

Closed ngosang closed 3 years ago

ngosang commented 3 years ago

Related #14

You should publish more images => https://github.com/DRuggeri/alertmanager_gotify_bridge/blob/master/.github/workflows/release.yml#L128

Just some example, I don't know archs supported by go => linux/386,linux/amd64,linux/arm/v5,linux/arm/v7,linux/arm64/v8,linux/mips64le,linux/ppc64le,linux/s390x

DRuggeri commented 3 years ago

Hi, @ngosang. I'm not opposed, but there's a matrix of support that needs to be maintained:

I'm more than happy to add these if you can identify the different permutations of each value and toss a pull request out there. In practice, I find that nearly all users are able to be served with:

ngosang commented 3 years ago

@DRuggeri thank you. This is enough for me. I tested x64 and arm architectures and both are right!