Skip to content

Commit

Permalink
document buildx
Browse files Browse the repository at this point in the history
  • Loading branch information
jmandel committed May 17, 2024
1 parent 5121d2b commit 8b0ed29
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions images/ig-publisher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,13 @@ docker build --target localdev -t ghcr.io/fhir/ig-publisher-localdev .
docker build --target ci -t ghcr.io/fhir/ig-publisher-ci .
```

### Multiplatform build

```sh
docker buildx build --platform linux/arm64,linux/amd64 .
```


### Usage

#### Local Development
Expand Down

0 comments on commit 8b0ed29

Please sign in to comment.