Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
only need to support linux for running containers
MacOS cannot run containers natively. M1/M2 defaults to linux/arm64 so the "os" field as part of --platform only needs to use linux/ as a default with GOARCH read in for the particular CPU architecture. Same deal with Windows, Docker on windows is virtualized Linux (AFAIU)
- Loading branch information