Merge pull request #4778 from concourse/containerd-linux-build-constraint

worker: add build constraints to `containerd.go`
This commit is contained in:
Denise Yu 2019-11-18 10:47:37 -05:00 committed by GitHub
commit 9036628be6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build linux
package workercmd
import (