Skip to content

Commit

Permalink
Support FreeBSD build phase
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Gogolok <[email protected]>
  • Loading branch information
gogolok committed Dec 9, 2024
1 parent acd4499 commit 81ef598
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:build darwin
//go:build unix && !linux

package kaniko

Expand Down
2 changes: 2 additions & 0 deletions priv/user_darwin.go → priv/user_unix.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
//go:build unix && !linux

package priv

import "os"
Expand Down

0 comments on commit 81ef598

Please sign in to comment.