mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
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:
parent
960c26a291
commit
857f0db5b1
5 changed files with 113 additions and 0 deletions
4
docker-compose.yml
Normal file
4
docker-compose.yml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
services:
|
||||
server:
|
||||
build: .
|
||||
# TODO
|
||||
Loading…
Add table
Add a link
Reference in a new issue