github: Build for Dragonfly in CI build

To discover upstream issues before we release.
This commit is contained in:
Bjørn Erik Pedersen 2023-07-01 16:08:23 +02:00
parent 11ecea6106
commit 19d76ae96b

View file

@ -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