petio-team / petio

Petio Request, Discover, Review
https://petio.tv
MIT License
250 stars 28 forks source link

latest(8af7a020) docker container does not contain arm64 arch #859

Closed guliashvili closed 3 months ago

guliashvili commented 3 months ago

Currently, tagged latest docker image, https://github.com/petio-team/petio/pkgs/container/petio/214920072?tag=latest does not contain arm64 architecture image. Is there any chance you could add it? Thank you

ADRFranklin commented 3 months ago

@guliashvili I've pushed an image for you where the tag is master and not latest due to the way the old system is made, it's a challenging task to get it rebuild.

There is one change that had to be made which I wasn't able to work around due to docker not fully respecting symlinks, which is that the volume for the config is now /app/config and not /app/api/config, so make sure to change that in your compose file.

let me know how you get on with it.

guliashvili commented 3 months ago

Oh wow, thank you so much for such a quick response.