datainfrahq / druid-operator

Apache Druid On Kubernetes
Other
100 stars 39 forks source link

release v1.3.0-beta.1 seems to have been build for arm #169

Open mariuskimmina opened 3 months ago

mariuskimmina commented 3 months ago

When trying to use the latest version of the operator we faced the following error

exec ./manager exec format error

This error typically occurs when trying to run arm binaries on an x86 system. We've been working with the latest master branch using a local copy of the helm chart

resource "helm_release" "druid_operator" {
  name       = "druid-operator"
  chart            = "${path.module}/charts/druid-operator"
  namespace  = var.namespace
  ...
}

Going back to an older version (1.2.1) resolved the problem.

AdheipSingh commented 3 months ago

noted. Will take a look at this.