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

ARM images #104

Open
IngwiePhoenix opened this issue Oct 29, 2024 · 1 comment
Open

ARM images #104

IngwiePhoenix opened this issue Oct 29, 2024 · 1 comment

Comments

@IngwiePhoenix
Copy link

Is your feature request related to a problem? Please describe.
I was trying to use the secrets generator to generate the password for a PostgresQL deployment but as I installed the Helm chart, I ended up seing this:

# kubectl logs -f -n secret-generator deployment.apps/kubernetes-secret-generator
exec /usr/local/bin/entrypoint: exec format error

...and that is because I am on ARM/aarch64, whilst all the current images are x86_64 only.

Describe the solution you'd like
I had actually never really worked with Github Actions, so I took a look at how this is supposed to be done and came across this: https://learn.arm.com/learning-paths/cross-platform/github-arm-runners/actions/

Mind giving it a shot?

Describe alternatives you've considered
Got none that I'd be aware of, apologies.

Additional context
I just needed a secrets generator because managing them is annoying and much too stateful for my taste. I'd rather have some things just generated and created for me and just keep backing up the cluster. :)

Thank you and kind regards!

@toelke
Copy link

toelke commented Dec 3, 2024

There is #101

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

No branches or pull requests

2 participants