social.metadata.moe/ci
2024-07-01 15:58:56 +00:00
..
elixir-1.12 Reorganize ci scripts 2024-01-21 03:58:53 +00:00
elixir-1.13.4-otp-25 OTP updates 2024-06-08 14:44:09 -04:00
elixir-1.15.8-otp-26 OTP updates 2024-06-08 14:44:09 -04:00
elixir-1.16.3-otp-26 Add 1.16.3 ci image 2024-06-27 13:52:59 +00:00
elixir-1.17.1-otp-26 CI: Switch to Elixir 1.17 2024-07-01 15:58:56 +00:00
postgres-with-rum-13 Reorganize ci scripts 2024-01-21 03:58:53 +00:00
README ci-base: Document building and pushing a new image 2022-09-03 18:19:58 +02: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
```