kokuwaio / helm-maven-plugin

Simple plugin to package helm charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

plugin downloads wrong binary architecture version on mac with apple silicon

daviddavidgit opened this issue · comments

Is this a request for help?:


Is this a BUG REPORT or FEATURE REQUEST? (choose one): BUG REPORT

Environment (plugin version, maven version, OS, ...):

  • plug-in version: 6.8.0
  • Apache Maven 3.9.4
  • macOs Ventura Version 13.4

What happened:

When using helm-maven-plugin on my mac (with apple silicon chip) it downloads a amd binary version of helm.

What you expected to happen:

When using helm-maven-plugin on a mac (with apple silicon chip) it should download the arm binary version of helm.

How to reproduce it (as minimally and precisely as possible):

Anything else we need to know:

PR #332

Conflicts with #129, i have to check which one is correct.

aarch64 is arm based, strange that no one ever complained before

@daviddavidgit Thanks for your contribution. Is released as 6.11.1, should be available in a hour at maven-central.

@sschnabe Thanks for the release, it seems that the the new version has not been published at maven-central.