No description
Find a file
2021-06-20 10:00:54 +02:00
.gitlab-ci.yml removed the find/chmod patch as it seems to make no difference while starting the container 2021-06-20 09:50:41 +02:00
README.md added some info about the ci config to the README 2021-06-20 10:00:54 +02:00

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