stakater / Reloader

A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with their associated Deployment, StatefulSet, DaemonSet and DeploymentConfig – [✩Star] if you're using it!
https://docs.stakater.com/reloader/
Apache License 2.0
7.12k stars 476 forks source link

Update .goreleaser.yml with support for IBM Power/ppc64le architecture #679

Closed IdanAdar closed 3 weeks ago

github-actions[bot] commented 1 month ago

@IdanAdar Images are available for testing. docker pull ghcr.io/stakater/reloader:SNAPSHOT-PR-679-c40632f1\ndocker pull ghcr.io/stakater/reloader:SNAPSHOT-PR-679-UBI-c40632f1

MuneebAijaz commented 4 weeks ago

this might fail because main is already broken on goreleaser, because of deprecated --rm-dist flag. https://github.com/stakater/Reloader/actions/runs/9381407060/job/25830587295

https://github.com/goreleaser/goreleaser-action/commit/eeac89f426442c20ce0a08ea935ccbc4f13581b0 --clean seems to be the replacement for it.

Pls do let me know if you can add that in your PR, or i can open a separate one