diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f4f0ebfa09..7f64f39470d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -104,3 +104,10 @@ jobs: - name: Build tags run: | go install -tags extended,nodeploy + - if: matrix.os == 'ubuntu-latest' + name: Build for dragonfly + run: | + go install + env: + GOARCH: amd64 + GOOS: dragonfly