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

不支持arm64平台运行 #28

Open
jerrycen opened this issue Nov 14, 2024 · 4 comments
Open

不支持arm64平台运行 #28

jerrycen opened this issue Nov 14, 2024 · 4 comments

Comments

@jerrycen
Copy link

报如下错误:
exec /usr/local/bin/alidns-webhook: exec format error

@wjiec
Copy link
Owner

wjiec commented Nov 14, 2024

Sorry, the current Github actions doesn't support docker image builds for the arm platform yet, I'll be working on support for the arm platform in the near future, thanks!

@jerrycen
Copy link
Author

希望可以尽快支持,谢谢。

@wjiec
Copy link
Owner

wjiec commented Nov 14, 2024

Hi @jerrycen , I temporarily built an arm64 version of the image (tag = v1.0.2) which you can get with the following command:

helm upgrade --install alidns-webhook alidns-webhook \
    --repo https://wjiec.github.io/alidns-webhook \
    --namespace cert-manager --create-namespace \
    --set image.tag=v1.0.2 \
    --set groupName=acme.yourcompany.com

If you need to build it yourself, you can use docker buildx build --platform linux/amd64,linux/arm64 -t your-name/alidns-webhook:v1.0.2 --push . Get the image and use the image you built with --set image.repository and --set image.tag.

@jerrycen
Copy link
Author

谢谢。

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