CI Docker: remove README, adapt build_and_push.sh
This commit is contained in:
parent
5dfb582bd2
commit
9137089895
2 changed files with 1 additions and 13 deletions
12
ci/README
12
ci/README
|
@ -1,12 +0,0 @@
|
|||
## 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
|
||||
```
|
|
@ -1 +1 @@
|
|||
docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t git.pleroma.social:5050/pleroma/pleroma/ci-base:latest --push .
|
||||
docker build -t gitlab.com/soapbox-pub/rebased/ci:latest --push .
|
||||
|
|
Loading…
Reference in a new issue