Closed JanDintel closed 2 months ago
Hey @JanDintel , looks great 🚀
make sure to update your branch with master
and ill make sure it is merged 😁
@JanDintel Just one thing, looks like in the empty lines you added, there are whitespaces which our code quality check does not seem to like, make sure to remove those
@ofek1weiss thank you for the review!
I've updated the file to remove the unnecessary white spacing and the previously failing pre-commit hook for prettier
passed locally.
@JanDintel 🎉
Introduction
Support multiple platforms (architectures) for the Docker container in the Github Action release.
In this way open-source users can run the Docker image on both
x86
andarm
architectures. Rational behind this is because more cloud providers are supportingarm
architectures with provide a better price-performance.Closed GH-1699
Supporting documentation