Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runtime Tools validate does not compile on Windows #449

Open
sunjayBhatia opened this issue Aug 25, 2017 · 1 comment
Open

Runtime Tools validate does not compile on Windows #449

sunjayBhatia opened this issue Aug 25, 2017 · 1 comment

Comments

@sunjayBhatia
Copy link

The Validator.CheckLinux method does not compile on Windows. We are using this package in an OCI runtime cli implementation for Windows and would like to validate our bundle config.json using this official package.

Specifically this line is one that introduces code that is not os agnostic.

Can we move the Linux specific code to an _linux.go file so this package compiles on Windows?

@wking
Copy link
Contributor

wking commented Aug 25, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants