CI Docker: remove README, adapt build_and_push.sh

This commit is contained in:
Alex Gleason 2022-09-28 17:42:57 -05:00
parent 5dfb582bd2
commit 9137089895
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 1 additions and 13 deletions

View file

@ -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
```

View file

@ -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 .