pleroma/ci
2023-05-31 21:12:13 +00:00
..
build_and_push.sh
Dockerfile Bump minimum Elixir to 1.12 2023-05-31 21:12:13 +00:00
README

## Dependencies

Assuming an AMD64 Alpine system, you're going to need the following packages
- `qemu qemu-openrc qemu-arm qemu-aarch64` for binfmt
- `docker-cli-buildx` for building the images

## Setting up

```
docker login git.pleroma.social:5050
doas rc-service qemu-binfmt start
```