Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
Reenabling the cache after figuring it out what the issue was. We follow the pattern defined in the docker docs around caching, specially to solve the slowness while building multiplatform architectures.
We figure out that the issue was that the parallel runs were causing problems with the yarn cache, one overriding the other. Because of this we were seeing some build working while others would fail.
This PR reenables the cache we removed, and fixes the issue using different directories per each architecture.
Description
Reenabling the cache after figuring it out what the issue was. We follow the pattern defined in the docker docs around caching, specially to solve the slowness while building multiplatform architectures. We figure out that the issue was that the parallel runs were causing problems with the yarn cache, one overriding the other. Because of this we were seeing some build working while others would fail.
This PR reenables the cache we removed, and fixes the issue using different directories per each architecture.