pleroma/ci
marcin mikołajczak bd33a7ac8f Remove stuff I don't need to stay closer to upstream
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2024-03-12 16:07:29 +01:00
..
build_and_push.sh Remove stuff I don't need to stay closer to upstream 2024-03-12 16:07:29 +01:00
Dockerfile Remove stuff I don't need to stay closer to upstream 2024-03-12 16:07:29 +01:00
README Remove stuff I don't need to stay closer to upstream 2024-03-12 16:07:29 +01:00

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