Skip to content

Commit

Permalink
github: Build for Dragonfly in CI build
Browse files Browse the repository at this point in the history
To discover upstream issues before we release.
  • Loading branch information
bep committed Jul 1, 2023
1 parent 11ecea6 commit 19d76ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 19d76ae

Please sign in to comment.