mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
CI: fix go version for cross builds
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user