opencontainers / image-spec

OCI Image Format
https://www.opencontainers.org/
Apache License 2.0
3.46k stars 636 forks source link

Reformat "Platform Variants", especially to add amd64, ppc64le, riscv64 #1172

Closed tianon closed 6 months ago

tianon commented 7 months ago

This changes the table to be a line per ISA instead of per variant; adds x86-64, POWER8+, and RISC-V; and notes the appropriate "Go analog" in each case (because these values mirror Go's choices, like our use of GOOS and GOARCH).

Of particular note, GOARM64 and GORISCV64 are not fully implemented or released in Go yet, but they are accepted proposals with in-progress implementations or already merged to main:

Closes https://github.com/opencontainers/image-spec/issues/852

tianon commented 2 months ago

Putting these links here because I keep wanting them and having to find them again (will maybe update this over time with more interesting/useful links):