mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
create branch 2.0.x
This commit is contained in:
parent
552a96533e
commit
c10b236f5d
1 changed files with 2 additions and 1 deletions
3
.github/workflows/development.yml
vendored
3
.github/workflows/development.yml
vendored
|
@ -2,7 +2,7 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
branches: [2.0.x]
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
|
@ -85,6 +85,7 @@ jobs:
|
|||
if: ${{ matrix.upload-coverage && startsWith(matrix.os, 'ubuntu-') }}
|
||||
uses: crazy-max/ghaction-xgo@v1
|
||||
with:
|
||||
go-version: 1.15.x
|
||||
dest: cross
|
||||
prefix: sftpgo
|
||||
targets: linux/arm64,linux/ppc64le
|
||||
|
|
Loading…
Reference in a new issue