mirror of
https://github.com/aljazceru/kata-containers.git
synced 2026-01-15 12:24:26 +01:00
k8s.io/apimachinery/pkg/api/resource is a memory quantities parser, we use it to parse the SGX EPC size defined by the `sgx.intel.com/epc` annotation Signed-off-by: Julio Montes <julio.montes@intel.com>
11 lines
120 B
YAML
11 lines
120 B
YAML
language: go
|
|
go_import_path: github.com/pkg/errors
|
|
go:
|
|
- 1.11.x
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- tip
|
|
|
|
script:
|
|
- make check
|