.github: add netbsd build (#10941)

This commit is contained in:
Max Kotliar
2026-05-12 14:41:57 +03:00
parent 083a78091f
commit 0fc863b991
2 changed files with 5 additions and 0 deletions

View File

@@ -53,6 +53,10 @@ jobs:
arch: amd64
- os: openbsd
arch: amd64
- os: netbsd
arch: amd64
- os: windows
arch: amd64
steps:
- name: Code checkout
uses: actions/checkout@v6

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")