.github: add netbsd build (#10941)

This commit is contained in:
Max Kotliar
2026-05-12 14:41:57 +03:00
committed by GitHub
parent 17c95e59e3
commit abff93cf53
2 changed files with 3 additions and 0 deletions

View File

@@ -57,6 +57,8 @@ jobs:
arch: amd64
- os: openbsd
arch: amd64
- os: netbsd
arch: amd64
- os: windows
arch: amd64
steps:

View File

@@ -97,6 +97,7 @@ func main() {
buildinfo.Init()
logger.Init()
// TODO: remove before merge
if *dryRun {
if len(*authConfigPath) == 0 {
logger.Fatalf("missing required `-auth.config` command-line flag")