1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-11-16 04:06:21 +01:00
pleroma/ci/README
2022-09-03 18:19:58 +02:00

13 lines
289 B
Plaintext

## 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
```