chore(ci): remove buildmode=pie

This commit is contained in:
mzz2017 2023-02-16 13:08:58 +08:00
parent cdfca3102a
commit cd1270bff1

View File

@ -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