Skip to content

Commit

Permalink
reintroduce amd64 build, because flux doesn't support multi-arch imag…
Browse files Browse the repository at this point in the history
…es w/out an amd64 image (fluxcd/flux#3141)
  • Loading branch information
clambin committed Feb 14, 2021
1 parent a4085e0 commit 5430cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/endpoint/endpoint.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type Endpoint struct {
// retries in the background until it succeeds
func (endpoint *Endpoint) Register() {
if err := endpoint.realRegister(); err != nil {
log.WithField("err", err).Warning("failed to register. will retry in the background")
log.Warning("will retry in the background")

go func() {
for {
Expand Down

0 comments on commit 5430cff

Please sign in to comment.