mirror of
https://github.com/daeuniverse/dae.git
synced 2025-03-09 20:30:08 +07:00
chore(ci): add CGO_ENABLED=0
This commit is contained in:
parent
9364837303
commit
cdfca3102a
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -98,7 +98,11 @@ jobs:
|
||||
- name: Build dae
|
||||
run: |
|
||||
mkdir -p ./build/
|
||||
make OUTPUT=build/dae-$ASSET_NAME VERSION=${{ steps.get_version.outputs.VERSION }}
|
||||
export CGO_ENABLED=0
|
||||
export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
|
||||
export OUTPUT=build/dae-$ASSET_NAME
|
||||
export VERSION=${{ steps.get_version.outputs.VERSION }}
|
||||
make
|
||||
|
||||
- name: Smoking test
|
||||
if: matrix.goarch == 'amd64'
|
||||
|
Loading…
Reference in New Issue
Block a user