mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 16:14:42 -04:00
github: Build for Dragonfly in CI build
To discover upstream issues before we release.
This commit is contained in:
parent
11ecea6106
commit
19d76ae96b
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…
x
Reference in New Issue
Block a user