mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-22 07:30:25 +00:00
CI: fix go version for cross builds
This commit is contained in:
parent
c10b236f5d
commit
13e81530e9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/development.yml
vendored
2
.github/workflows/development.yml
vendored
|
@ -85,7 +85,7 @@ jobs:
|
||||||
if: ${{ matrix.upload-coverage && startsWith(matrix.os, 'ubuntu-') }}
|
if: ${{ matrix.upload-coverage && 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
|
||||||
dest: cross
|
dest: cross
|
||||||
prefix: sftpgo
|
prefix: sftpgo
|
||||||
targets: linux/arm64,linux/ppc64le
|
targets: linux/arm64,linux/ppc64le
|
||||||
|
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -143,7 +143,7 @@ jobs:
|
||||||
if: ${{ matrix.os == 'ubuntu-latest' }}
|
if: ${{ matrix.os == 'ubuntu-latest' }}
|
||||||
uses: crazy-max/ghaction-xgo@v1
|
uses: crazy-max/ghaction-xgo@v1
|
||||||
with:
|
with:
|
||||||
go-version: ${{ env.GO_VERSION }}
|
go_version: ${{ env.GO_VERSION }}
|
||||||
dest: cross
|
dest: cross
|
||||||
prefix: sftpgo
|
prefix: sftpgo
|
||||||
targets: linux/arm64,linux/ppc64le
|
targets: linux/arm64,linux/ppc64le
|
||||||
|
|
Loading…
Reference in a new issue