Commit 6be661f
Support platform property
As per https://github.com/compose-spec/compose-spec/blob/master/spec.md#platform
Example:
```
services:
mysql:
image: mysql:5.7
platform: linux/x86_64
```
Signed-off-by: Shane Smith <shane.smith@shopify.com>1 parent fc3598f commit 6be661f
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
907 | 910 | | |
908 | 911 | | |
909 | 912 | | |
| |||
0 commit comments