Skip to content

Commit

Permalink
Improve build instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
lolepezy committed Jun 12, 2023
1 parent 5a2c0db commit 858b7e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@ There is a value `currentDatabaseVersion` definted in `Database.hs`, that needs
## Docker build

```
docker build . --file Dockerfile.prover --tag rpki-prover
export RELEASE=X.Y.Z
docker build . --file Dockerfile.prover --tag lolepezy/rpki-prover:${RELEASE} && \
docker tag lolepezy/rpki-prover:${RELEASE} lolepezy/rpki-prover:latest && \
docker push lolepezy/rpki-prover:${RELEASE} && \
docker push lolepezy/rpki-prover:latest
```

## Building static Linux executable
Expand Down

0 comments on commit 858b7e3

Please sign in to comment.