containerd/plugin
Sebastiaan van Stijn 717169bb88
plugin: remove go < 1.8 stub, enable on windows and arm64
- we don't support go < 1.8. this restriction as added because plugin support
  requires go 1.8 or up, but with such old versions being EOL, this check was
  rather redundant
- add back arm64 support; in 6bd0710831, non-amd64
  was disabled, pending golang/go#17138, which was tracking arm64 support, and
  is now resolved. It's unclear if architectures other than amd64 and arm64 are
  supported, so keeping it restricted to amd64 and arm64.
- enable plugin support on Windows; it was disabled in 0b44e24c07
  but the code looks to take windows into account.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-05-05 18:12:46 +02:00
..
context.go docs: fix typo in comment of plugin.Plugin.Err() 2023-03-13 11:46:01 -07:00
plugin_supported.go plugin: remove go < 1.8 stub, enable on windows and arm64 2023-05-05 18:12:46 +02:00
plugin_test.go Add tracing plugin test 2023-01-05 00:25:10 +00:00
plugin_unsupported.go plugin: remove go < 1.8 stub, enable on windows and arm64 2023-05-05 18:12:46 +02:00
plugin.go plugin: remove go < 1.8 stub, enable on windows and arm64 2023-05-05 18:12:46 +02:00