What is the problem you're trying to solve
https://github.com/compose-spec/compose-spec/blob/a5cd401cbdca20f044d11a05707d206dbbacf22c/spec.md#platform
"osx" does not conform to the GOOS convention which is required by the OCI Image Spec
Describe the solution you'd like
Change the string to "darwin"
What is the problem you're trying to solve
https://github.com/compose-spec/compose-spec/blob/a5cd401cbdca20f044d11a05707d206dbbacf22c/spec.md#platform
"osx" does not conform to the GOOS convention which is required by the OCI Image Spec
Describe the solution you'd like
Change the string to "darwin"