lrstanley / vault-unseal

auto-unseal utility for Hashicorp Vault
MIT License
238 stars 32 forks source link

feature: Docker image for arm64 platform #27

Open yevhenkizin opened 1 year ago

yevhenkizin commented 1 year ago

✨ Describe the feature you'd like

Hello! Thanks for the cool tool, it would be nice to add a build docker image for the arm64 platform If nedded i can help with GH Action for this solution

🌧 Is your feature request related to a problem?

Users can run this tool at raspbery pi/orage pi/banaba pi and etc

🔎 Describe alternatives you've considered

-

⚠ If implemented, do you think this feature will be a breaking change to users?

No

⚙ Additional context

No response

🤝 Requirements

lrstanley commented 1 year ago

Implementing will be a bit more complex than just updating the GH Action like normal -- I have reusable workflows for releases here and for registry pruning here. These workflows are used across many of my repos, and some of my repos will not be able to support arm. As such, will have to be a flag that gets passed to the reusable workflow that toggles such functionality.

oscarsiles commented 9 months ago

If anyone needs an arm image in the meantime, I've created one that is available here: https://github.com/oscarsiles/vault-unseal/pkgs/container/vault-unseal . Works well enough for me until official support is implemented.