Container
Usage
A Makes container can be found in the container registry.
We currently support linux/amd64
and linux/arm64
architectures.
You can use it to run Makes on any service that supports containers, including most CI/CD providers.
The biggest advantage of this is the fact that you can run any makes job while using the same container.
Example:
Note
We use chown -R root:root /github/workspace
to solve the error:
fatal: detected dubious ownership in repository at ...
, this message
typically indicates an issue with the ownership or permissions of the repository.
See the community discussion
for more information.