Michel Loiseleur
Michel Loiseleur
@1ace Digging deeper on your issue, I discovered there is a specific binary dependency on [node-argon2](https://github.com/ranisalt/node-argon2). The [last release](https://github.com/ranisalt/node-argon2/releases/tag/v0.31.2) of node-argon2 include a fix for macos and 0.31.1 for linux...
It seems to be a known bug with argon2 on cross build. It brings amd64 binary instead of arm64 binary. code-server encountered [the same problem](https://github.com/coder/code-server/issues/6446). I tested the build on...
@1ace There are some real obstacles on the way: 1. GitHub has not yet released pure arm runner. 2. Running all the install and build workflow takes more 20 minutes...
\o many thanks @ranisalt ! @MGibson1 @joseph-flinn Now that there is a simple working solution, any chance that this PR get reviewed and merged ?
@rtribotte Sure. Would you please let me know what you think of https://github.com/traefik/traefik-helm-chart/pull/1045 ? BTW, wdyt of following semver for this _experimental_ version ? It would mean produce an image...
@ldez I agree with you: it's not a _complete_ semver version. Nevertheless, it's good enough to be supported by [semverCompare](https://helm.sh/docs/chart_template_guide/function_list/#semvercompare), see https://github.com/traefik/traefik-helm-chart/pull/1046
Yes, there is no partial semver. Wondering why it's supported, I am discovering that this question has been heavily discussed : https://github.com/semver/semver/issues/237 They ended by not accepting version without patch...
@tjamet Do you think you can rebase this PR ?
@jnonino any chance that you can rebase this PR ?
Interesting. :thinking: How users are supposed to move from current encryption to this system ? /ok-to-test