mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-27 01:52:28 +08:00
CHORE: Disable CGO (#2202)
Co-authored-by: Tom Limoncelli <tal@whatexit.org>
This commit is contained in:
parent
ad2f028d76
commit
6f778cb608
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -27,6 +27,8 @@ jobs:
|
||||||
|
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: go run build/build.go
|
run: go run build/build.go
|
||||||
|
env:
|
||||||
|
CGO_ENABLED: 0
|
||||||
|
|
||||||
- name: Get release from tag
|
- name: Get release from tag
|
||||||
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
|
run: echo ::set-output name=RELEASE_VERSION::$(echo ${GITHUB_REF:11})
|
||||||
|
|
Loading…
Reference in a new issue