Closed foux closed 1 year ago
Looking at the CI build the error seems to come from tree-sitter-languages :
ERROR: Could not find a version that satisfies the requirement tree-sitter-languages==1.7.0 (from versions: none)
I think it comes from textual
updated to 0.38
in https://github.com/Taxel/PlexTraktSync/pull/1593 which requires tree-sitter-languages
binary.
And tree-sitter-languages
is not available on linux/arm/v7
arch.
(we build docker images for linux/amd64
, linux/arm64
and linux/arm/v7
)
Maybe this PR could fix it:
Confirmation
The problem
Hi there, Last tagged version of PlexTraktSync is v0.27.9, but the docker packages haven't been build for v0.27.8 and v0.27.9, is that expected?
Thanks!
Error trace / logs
Expected behavior
A tag 0.27.9 should be available on docker, and latest should point to 0.27.9
Steps to reproduce the behavior
Or :
Inspect of problematic items
No response
Workarounds
No response
Install method
docker-compose
Config file contents
Version
0.27.9
Python Version
N/A
Operating System and Version
Docker