We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecfa592 commit 9522d28Copy full SHA for 9522d28
.github/workflows/dd-build.yaml
@@ -19,7 +19,7 @@ jobs:
19
env:
20
GITHUB_REF: ${{ github.ref }}
21
- name: Build etcd
22
- run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/build-binary ${{ env.RELEASE_VERSION }}
+ run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git CGO_ENABLED=1 GOEXPERIMENT=boringcrypto ./scripts/build-binary ${{ env.RELEASE_VERSION }}
23
24
GITHUB_REPOSITORY: ${{ github.repository }}
25
- name: Calculate checksums
0 commit comments