tphakala / birdnet-go

Realtime BirdNET soundscape analyzer
Other
167 stars 15 forks source link

v0.5.4 docker build issue #197

Closed dskaplan closed 3 months ago

dskaplan commented 3 months ago

Hi,

When attempting to pull and build the image tagged as latest (0.5.4). An error or exec /usr/bin/birdnet-go: exec format error is returned. This was attempted with the "simple setup".

I tried a few different set-ups. All of the following were fresh installs and used the latest version of docker.

When I remove the latest tag and specify version 0.5.3, the image builds as expected. Thank you.

isZumpo commented 3 months ago

Hi,

There are some issues with the arm64 docker image for this release, see this discussion for more info about it: https://github.com/tphakala/birdnet-go/discussions/185#discussioncomment-9640573

Either wait until next release or use the :dev version of the docker image in the mean time. Sorry for the inconvenience.

tphakala commented 3 months ago

:dev image should be pretty safe to use, but I have planned to roll out new release this week anyway

dskaplan commented 3 months ago

No worries, I appreciate the quick reply. Love the project, and I don't have any Go experience, so wanted to add something by testing. Thanks so much.

tphakala commented 3 months ago

This should be resolved now