mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
ISSUE-382-take2 (#385)
This commit is contained in:
parent
0eb3ba9ff8
commit
c93c585566
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -32,6 +32,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
GOOS: ${{ matrix.GOOS }}
|
GOOS: ${{ matrix.GOOS }}
|
||||||
GOARCH: ${{ matrix.GOARCH }}
|
GOARCH: ${{ matrix.GOARCH }}
|
||||||
|
CGO_ENABLED: 0
|
||||||
run: |
|
run: |
|
||||||
go version
|
go version
|
||||||
go build -tags netgo -ldflags '-a -s -w -extldflags "-static"' -o ./artifacts/transfersh-${GITHUB_REF##*/}-${{ matrix.suffix }}
|
go build -tags netgo -ldflags '-a -s -w -extldflags "-static"' -o ./artifacts/transfersh-${GITHUB_REF##*/}-${{ matrix.suffix }}
|
||||||
|
|
Loading…
Reference in a new issue