Skip to content

Commit

Permalink
fix(containerd): only build cgroups on linux (backport of #7408) (#7423)
Browse files Browse the repository at this point in the history
fix(containerd): only build cgroups on linux (#7408)

Signed-off-by: slonka <slonka@users.noreply.github.com>
Co-authored-by: Krzysztof Słonka <slonka@users.noreply.github.com>
  • Loading branch information
kumahq[bot] and slonka authored Aug 2, 2023
1 parent ffae6c2 commit e2af55b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/kuma-dp/pkg/dataplane/cgroups/cgroups.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build linux

package cgroups

import (
Expand Down

0 comments on commit e2af55b

Please sign in to comment.