ci: add PPC docker build pipeline (#2)

This creates an image with hardcoded version of the contained mage for testing.

Afterwards a process needs to be defined to either pass the version onto the container whenever a release triggers it, or actually build from source.
This commit is contained in:
Sebastian Di Luzio 2024-08-30 18:39:20 +02:00 committed by Sebastian Di Luzio
parent 960c26a291
commit 857f0db5b1
5 changed files with 113 additions and 0 deletions

4
docker-compose.yml Normal file
View file

@ -0,0 +1,4 @@
services:
server:
build: .
# TODO