Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
chore: Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
satran004 committed Aug 20, 2023
1 parent 05fd9f5 commit 78a1aad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,11 @@ export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
### Docker build

```shell
docker buildx build --push --platform linux/amd64,linux/arm64 --tag bloxbean/yaci-cli:<version> .
docker build --build-arg="APP_VERSION=<app_version>" -t bloxbean/yaci-cli:<version> .
```

### Docker multi-arch build and push
```shell
docker buildx build --build-arg="APP_VERSION=<app_version>" --push --platform linux/amd64,linux/arm64 --tag bloxbean/yaci-cli:<version> .
```

0 comments on commit 78a1aad

Please sign in to comment.