ci-base: Document building and pushing a new image
This commit is contained in:
parent
21ab7369ca
commit
80a2528fd1
2 changed files with 15 additions and 2 deletions
12
ci/README
Normal file
12
ci/README
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
## 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue