enhance readme

This commit is contained in:
RouxAntoine 2022-01-08 16:56:49 +01:00
parent 7da58867e7
commit 6630bbe638
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
2 changed files with 10 additions and 2 deletions

3
.gitignore vendored
View File

@ -1,3 +1,4 @@
# Ignore compilation result
bin/
bin/
.idea/

View File

@ -1,3 +1,10 @@
# docker-multi-arch-builder
Golang program use to build multi architecture oci manifest. oci manifest support list layer content to reference image with different architecture
Golang program use to build multi architecture oci manifest.
oci manifest support list layer content to reference image with different architecture
## Usage
`docker-multi-arch-builder build -n registry-ui --platforms linux/arm/v6`
use `docker-multi-arch-builder build --help` for more help