Skip to content

Commit f7ee9c8

Browse files
atagtmglours
authored andcommitted
feat(os): add FreeBSD support
Signed-off-by: atagtm <[email protected]>
1 parent 35efa97 commit f7ee9c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/locker/runtime_unix.go

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

33
/*
44
Copyright 2020 Docker Compose CLI authors

pkg/remote/cache_unix.go

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

33
/*
44
Copyright 2020 Docker Compose CLI authors

0 commit comments

Comments
 (0)