Skip to content

Commit

Permalink
update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
tinpotnick committed Dec 2, 2023
1 parent 2ae59e0 commit b278c68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ There is an image built on Alpine Linux on Docker hub.

## Build

Note: github workflow will build on release. To build test release or manually release:

```bash
docker buildx build --platform linux/amd64,linux/arm64 -t tinpotnick/rrdb:1.1.7 . --push
docker buildx build --platform linux/amd64,linux/arm64 -t tinpotnick/rrdb:<version> . --push
```

# Commands
Expand Down

0 comments on commit b278c68

Please sign in to comment.