Skip to content

Commit 679162a

Browse files
committed
readme
1 parent 1e23fa1 commit 679162a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ make shell # psql into container
4646
make clean # Remove image
4747
```
4848

49+
## Building manually
50+
51+
```bash
52+
docker buildx build \
53+
--platform linux/amd64,linux/arm64 \
54+
-t docker.io/constructiveio/postgres:18 \
55+
-t docker.io/constructiveio/postgres:latest \
56+
--push .
57+
```

0 commit comments

Comments
 (0)