Skip to content

Commit 9522d28

Browse files
committed
set CGO_ENABLED and GOEXPERIMENT for fips compliant build
1 parent ecfa592 commit 9522d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dd-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
env:
2020
GITHUB_REF: ${{ github.ref }}
2121
- name: Build etcd
22-
run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git ./scripts/build-binary ${{ env.RELEASE_VERSION }}
22+
run: REPOSITORY=https://github.com/${{ env.GITHUB_REPOSITORY}}.git CGO_ENABLED=1 GOEXPERIMENT=boringcrypto ./scripts/build-binary ${{ env.RELEASE_VERSION }}
2323
env:
2424
GITHUB_REPOSITORY: ${{ github.repository }}
2525
- name: Calculate checksums

0 commit comments

Comments
 (0)