From 19d76ae96be1e86c5eb3b0f0dff1161082b3ad82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 1 Jul 2023 16:08:23 +0200 Subject: [PATCH] github: Build for Dragonfly in CI build To discover upstream issues before we release. --- .github/workflows/test.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5f4f0ebfa..7f64f3947 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