Skip to content

Commit 27c0fba

Browse files
authored
fix(container): disable deploy helpers on freebsd (#3118)
1 parent 440befa commit 27c0fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/namespaces/container/v1beta1/custom_deploy_helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !wasm
1+
//go:build !wasm && !freebsd
22

33
package container
44

0 commit comments

Comments
 (0)