pleroma/ci
Mark Felder 7c64f705f6 Update to Phoenix 1.6 and chase dependencies
Also bump minimum Elixir to 1.11
2022-11-03 16:13:07 +00:00
..
Dockerfile Update to Phoenix 1.6 and chase dependencies 2022-11-03 16:13:07 +00:00
README ci-base: Document building and pushing a new image 2022-09-03 18:19:58 +02:00
build_and_push.sh CI: Use own package as base 2021-12-26 18:05:42 +01: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
```