Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mariuskimmina opened this issue Jun 13, 2024 · 1 comment
Open

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

mariuskimmina opened this issue Jun 13, 2024 · 1 comment

Comments

@mariuskimmina
Copy link
Contributor

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.

@mariuskimmina mariuskimmina changed the title release v1.3.0-beta.1seems to have been build for arm release v1.3.0-beta.1 seems to have been build for arm Jun 13, 2024
@AdheipSingh
Copy link
Contributor

noted. Will take a look at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants