Consider creating a `docker buildx build` test
Open
area-infrastructure
- Dominant language
- Dockerfile
- Stars
- 4.9k
- Forks
- 2k
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 26
Description
We're updating the samples to be fully multi-platform friendly. It would be good to have a test that validates that, along the lines of the following. It would be most relevant if we could run it on both x64 and Arm64 machines.
```bash
docker buildx build --platform arm,arm64,amd64 -t foo .
```
Related to #4742
Contributor guide
Assessment
This issue has not been assessed yet.