mirror of
https://github.com/gohugoio/hugo.git
synced 2024-05-11 05:54:58 +00:00
github: Build for Dragonfly in CI build
To discover upstream issues before we release.
This commit is contained in:
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
@ -104,3 +104,10 @@ jobs:
|
|||||||
- name: Build tags
|
- name: Build tags
|
||||||
run: |
|
run: |
|
||||||
go install -tags extended,nodeploy
|
go install -tags extended,nodeploy
|
||||||
|
- if: matrix.os == 'ubuntu-latest'
|
||||||
|
name: Build for dragonfly
|
||||||
|
run: |
|
||||||
|
go install
|
||||||
|
env:
|
||||||
|
GOARCH: amd64
|
||||||
|
GOOS: dragonfly
|
||||||
|
Reference in New Issue
Block a user