Skip to content

Commit

Permalink
Merge pull request #133 from thomastaylor312/feat/support_mac
Browse files Browse the repository at this point in the history
feat(util): Allows building for darwin targets
  • Loading branch information
k8s-ci-robot authored May 27, 2022
2 parents 63fd971 + c9666a6 commit 5aa7c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/util/util_linux.go → pkg/util/util_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build linux
// +build linux
//go:build !windows
// +build !windows

/*
Copyright 2019 The Kubernetes Authors.
Expand Down

0 comments on commit 5aa7c89

Please sign in to comment.