diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cae3e8f931..fb01e59eed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/app/vmauth/main.go b/app/vmauth/main.go index 82a9909624..c369c9f330 100644 --- a/app/vmauth/main.go +++ b/app/vmauth/main.go @@ -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")