added some info about the ci config to the README

This commit is contained in:
Micha Gläß-Stöcker 2021-06-20 10:00:54 +02:00
parent 2113a70115
commit 60f8f57123

View file

@ -1 +1,7 @@
basically a build of https://github.com/mondediefr/docker-flarum for multiple architectures (amd64, arm64 and arm32)
to automatically build it via gitlab ci you need 3 CI vars:
* BUILD_PLATFORMS with for example linux/amd64,linux/arm64,linux/arm/v7
* DOCKER_LOGIN aka your Docker Hub username
* DOCKER_PASSWORD - your Docker Hub Password