Commit Graph

7 Commits (5b21fae968eced5555c145b3bb64bf44726239c2)

Author SHA1 Message Date
Dimitri Huisman f6de2b2938 Switch from docker build to buildx for CI/CD.
- The main workflow file has been optimised and simplified.
- Images are built in parallel when building locally resulting in faster build times.
- The github action workflow is about 50% faster.
- Arm images are built as well. These images are not tested due to restrictions of github actions (no arm runners). The tags of the images have -arm appended to it.
- Arm images can also be built locally.
- Reusable workflow is introduced for building, testing and deploying the images.
  This allows the workflow to be reused for other purposes in the future.
- Workflow can be manually triggered. This allows forked Mailu projects to also use the workflow for building images.
Florent Daigniere 8595893af9 doh
Dimitri Huisman f247520fe5 Forgot to update tests to use PINNED_MAILU_VERSION as tag.
Daniel Huber d357ed67f5
Add DOCKER_PREFIX in tests and setup files
Tim Möhlmann c0972face6
Correct subnetting functionality for the tests and setup
Tim Möhlmann 35e0fa1b9d
Drop IPv6 for travis
Tim Möhlmann dde7ccca97
Created test cases from latest setup revision