mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-15 04:33:54 +00:00
github: Build for Dragonfly in CI build
To discover upstream issues before we release.
This commit is contained in:
parent
11ecea6106
commit
19d76ae96b
1 changed files with 7 additions and 0 deletions
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
|
||||||
|
|
Loading…
Reference in a new issue