Skip to content

Commit

Permalink
Merge pull request #1439 from gogolok/support_freebsd_build_phase
Browse files Browse the repository at this point in the history
Support FreeBSD build phase
  • Loading branch information
jabrown85 authored Dec 10, 2024
2 parents acd4499 + 81ef598 commit ddcded1
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 ddcded1

Please sign in to comment.