updated README to include helper script decumentation
This commit is contained in:
@@ -34,8 +34,7 @@ docker buildx build --build-arg TARGETS=${TARGETS} -t <your_username>/<your_tag>
|
|||||||
--platform ${TARGETS} . --push
|
--platform ${TARGETS} . --push
|
||||||
```
|
```
|
||||||
|
|
||||||
Or<br>
|
Or use the helper script make.bash as follows
|
||||||
4. use the helper script make.bash as follows
|
|
||||||
```bash
|
```bash
|
||||||
# optional, choose targets (defaults to the following list)
|
# optional, choose targets (defaults to the following list)
|
||||||
export TARGETS="linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6"
|
export TARGETS="linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6"
|
||||||
|
|||||||
Reference in New Issue
Block a user