-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add action Container build and push #9
Conversation
it build the container for amd64, armv7 and arm64 and push to ghcr.io registry
Hi @mickkael, thank you. |
Let me check and come back to you. I have tested the container build, but not the container actually |
@SudoDios I have found the issue. Actually the binary is not working with alpine for an unknown reason. I will submit a fix later |
@mickkael Oh Ok. |
I made it work with debian base image, but I'll replace with the musl build instead. I'll push a commit soon |
I have a working version for alpine/amd64. But it fails to run for arm/aarch. I can't find the good compilation config to make it compatible musl. |
Does Debian not have a light version in Docker ? |
Alpine is much much slimmer with fewer packages. Hence it is less prone to vulnerabilities, and is indeed faster to download. |
Now working on Debian. |
I build and test on amd64 and arm64. I will share the container size |
make the binary executable
It's confirmed working on docker on x86_64 and arm64/rpi4. |
Ok, We will do it tomorrow. |
it build the container for amd64, armv7 and arm64 and push to ghcr.io registry