-
Notifications
You must be signed in to change notification settings - Fork 725
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
clamav image is amd64 only. Will an aarch64 version be released? #512
Comments
Ok, I was able to examine the file and it has no BOM on the init script. It does use |
Ok, so tini has different versions for different architectures. I am guessing that the clamav container will only work with amd64. |
Yes, I would like to build them as multi arch images. Just need to find time to make the required changes. This is a duplicate of #482 |
Describe the bug
When starting the clamav container using systemd, an error is produced stating ```{"msg":"exec container process
/init
: Exec format error","level":"error","time":"2022-03-20T18:00:00.000838151Z"}'''Tinternet reckons that it is a byte order mark error, which makes sense, as it has probably been compiled on a different architecture. I am running coreos on a pi4, and am unable currently to mount the image to examine it to be certain. Answer one explains how to examine the file to see the bom problem.
https://stackoverflow.com/questions/42494853/standard-init-linux-go178-exec-user-process-caused-exec-format-error
How to reproduce the problem
start a clamav image using podman or systemctl on a coreos pi4b.
The text was updated successfully, but these errors were encountered: