Files
Fernando Fernández f498f5a6d9 ci: reusable build workflow, parallel multiplatform (#2317)
Builds for pull requests, stable releases and unstable releases are now unified.
There's no more duplication between all those workflows like in the initial implementation we had.

Multi platform Docker images are now fully parallel and extensible to
other architectures easily
(by just adding it to the ``architectures`` array in the ``package.yml`` workflow).

Signed-off-by: Fernando Fernández <ferferga@hotmail.com>
2024-04-24 18:59:25 +00:00
..
2023-10-24 10:03:12 +00:00

This Dockerfile must have it's context at the root of the repository. From this folder:

docker build ../.. -t your/tag -f Dockerfile

Alternatively, with the shell at the root of this repository:

docker build . -t your/tag -f packaging/docker/Dockerfile