"exec /gropple: exec format error" on arm64 linux with docker image #31
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi. happy to find this awesome project.
I tried to run gropple with docker in Armbian Linux with arm64 cpu. I got this error
gropple-gropple-1 | exec /gropple: exec format error
but when I tried this binary https://github.com/tardisx/gropple/releases/download/v1.1.3/gropple_linux_arm64.tar.gz
it worked.
I would be nice to run gropple with docker.
Thanks again for this awesome tool!
Hi @bluedskim ! Thanks for your kind words.
I've migrated my goreleaser config to the latest version and updated it to (hopefully) build arm64 images as well.
Can you try updating your docker-compose with this image name:
tardisx/gropple:1.1.4-alpha.0
(replacing tardisx/gropple:latest)
And see how that goes?
Wonderful! It works.
Thank you so much!
Awesome :-)
I've released v1.1.4 properly now, you may want to update your docker compose to match the one in the repo.