Skip to content

Commit 8b0ed29

Browse files
committed
document buildx
1 parent 5121d2b commit 8b0ed29

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

images/ig-publisher/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,13 @@ docker build --target localdev -t ghcr.io/fhir/ig-publisher-localdev .
4545
docker build --target ci -t ghcr.io/fhir/ig-publisher-ci .
4646
```
4747

48+
### Multiplatform build
49+
50+
```sh
51+
docker buildx build --platform linux/arm64,linux/amd64 .
52+
```
53+
54+
4855
### Usage
4956

5057
#### Local Development

0 commit comments

Comments
 (0)