summaryrefslogtreecommitdiff
path: root/ci/README
blob: 3785adef1e961eef3b5d1cebbc4f5cbe17f66264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## 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
```