Skip to content

Commit e796ab6

Browse files
authored
Add support for NetBSD (#1989)
* Add support for NetBSD * Build for NetBSD too as part of CI/CD pipeline
1 parent ec544ca commit e796ab6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- darwin
2121
- freebsd
2222
- linux
23+
- netbsd
2324
- openbsd
2425
- windows
2526
goarch:

internal/backend/time_bsd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style
33
// license that can be found in the LICENSE file.
44

5-
//go:build darwin || freebsd
5+
//go:build darwin || freebsd || netbsd
66

77
package backend
88

0 commit comments

Comments
 (0)