mirror of
https://github.com/daeuniverse/dae.git
synced 2025-01-24 10:03:07 +07:00
chore(ci): remove buildmode=pie
This commit is contained in:
parent
cdfca3102a
commit
cd1270bff1
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -99,7 +99,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
mkdir -p ./build/
|
mkdir -p ./build/
|
||||||
export CGO_ENABLED=0
|
export CGO_ENABLED=0
|
||||||
export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
|
export GOFLAGS="-trimpath -modcacherw"
|
||||||
export OUTPUT=build/dae-$ASSET_NAME
|
export OUTPUT=build/dae-$ASSET_NAME
|
||||||
export VERSION=${{ steps.get_version.outputs.VERSION }}
|
export VERSION=${{ steps.get_version.outputs.VERSION }}
|
||||||
make
|
make
|
||||||
|
Loading…
Reference in New Issue
Block a user