mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 22:30:56 +03:00
CI: re-enable cross build
It was accidentally disabled
This commit is contained in:
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
@@ -75,7 +75,7 @@ jobs:
|
|||||||
echo ::set-output name=created::${BUILD_DATE}
|
echo ::set-output name=created::${BUILD_DATE}
|
||||||
|
|
||||||
- name: Cross build with xgo
|
- name: Cross build with xgo
|
||||||
if: ${{ matrix.upload-coverage && startsWith(matrix.os, 'ubuntu-') }}
|
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
|
||||||
uses: crazy-max/ghaction-xgo@v1
|
uses: crazy-max/ghaction-xgo@v1
|
||||||
with:
|
with:
|
||||||
go_version: 1.15.x
|
go_version: 1.15.x
|
||||||
|
|||||||
Reference in New Issue
Block a user