mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-11-06 00:49:46 +00:00
12 lines
289 B
Text
12 lines
289 B
Text
## 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
|
|
```
|