Mark Felder 7c64f705f6 Update to Phoenix 1.6 and chase dependencies 7 months ago
..
Dockerfile 7c64f705f6 Update to Phoenix 1.6 and chase dependencies 7 months ago
README 80a2528fd1 ci-base: Document building and pushing a new image 9 months ago
build_and_push.sh c52390a7d9 CI: Use own package as base 1 year ago

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