From: Bjørn Erik Pedersen Date: Sat, 1 Jul 2023 14:08:23 +0000 (+0200) Subject: github: Build for Dragonfly in CI build X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=19d76ae96be1e86c5eb3b0f0dff1161082b3ad82;p=brevno-suite%2Fhugo github: Build for Dragonfly in CI build To discover upstream issues before we release. --- 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