No description
Find a file
2022-07-24 07:47:13 +00:00
.gitlab-ci.yml a small typo. a forgotten / 2021-06-20 10:04:32 +02:00
README.md added some info about the ci config to the README 2021-06-20 10:00:54 +02:00
renovate.json Add renovate.json 2022-07-23 09:25:33 +00: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