GoogleContainerTools / GoogleContainerTools/container-structure-test
platform attribute is required for non-amd64 users
Open
- Dominant language
- Go
- Stars
- 2.5k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
#469 added a platform attribute and only writes it if it's set, but it also always set it. As a result, any container tests on e.g. arm64 will fail, if platform is not set.
The previous behavior let the container runtime figured it out, which worked.
Contributor guide
Assessment
This issue has not been assessed yet.