fix ci
This commit is contained in:
parent
175215698d
commit
ae18401351
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -67,7 +67,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: '~> v2'
|
version: '~> v2'
|
||||||
args: build --single-target --clean --skip=validate --buildvcs=false --snapshot
|
args: build --single-target --clean --skip=validate --snapshot
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
@ -13,6 +13,7 @@ builds:
|
|||||||
- -extldflags "-static -fpic"
|
- -extldflags "-static -fpic"
|
||||||
flags:
|
flags:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
|
- -buildvcs=true
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
@ -29,6 +30,7 @@ builds:
|
|||||||
- -extldflags "-static -fpic"
|
- -extldflags "-static -fpic"
|
||||||
flags:
|
flags:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
|
- -buildvcs=true
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
@ -45,6 +47,7 @@ builds:
|
|||||||
- -extldflags "-static -fpic"
|
- -extldflags "-static -fpic"
|
||||||
flags:
|
flags:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
|
- -buildvcs=true
|
||||||
goos:
|
goos:
|
||||||
- linux
|
- linux
|
||||||
goarch:
|
goarch:
|
||||||
@ -61,6 +64,7 @@ builds:
|
|||||||
- -extldflags "-static -fpic"
|
- -extldflags "-static -fpic"
|
||||||
flags:
|
flags:
|
||||||
- -trimpath
|
- -trimpath
|
||||||
|
- -buildvcs=true
|
||||||
goos:
|
goos:
|
||||||
- windows
|
- windows
|
||||||
goarch:
|
goarch:
|
||||||
|
Loading…
Reference in New Issue
Block a user