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!
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?
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?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 errorbut 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.