dan-online / autopulse

💫 automated scanning tool that bridges media organizers such as Sonarr and Radarr with media servers such as Plex and Jellyfin
https://autopulse.dancodes.online
MIT License
127 stars 5 forks source link

bug: exec /init: exec format error on latest-postgres-arm64/latest-arm64 docker image #104

Closed myhme closed 2 days ago

myhme commented 3 days ago

Description of the bug

radarr and sonarr are not able to connect to autopulse and checking the logs shows below error

ubuntu@server:~$ docker logs autopulse
exec /init: exec format error

Steps To Reproduce

run autopulse latest-postgres-arm64/latest-arm64 docker image

Additional Information

No response

dan-online commented 3 days ago

Ah interesting, this seems to be related to #102, I'll revert that today and see if I can test why arm64 is having an issue there

dan-online commented 3 days ago

Should be fixed in https://github.com/dan-online/autopulse/commit/d9e06bc01a7d53303c487efa58c7ac0196a7a9ab

myhme commented 2 days ago

👍 nice it is working now