diff options
author | Valery Piashchynski <[email protected]> | 2022-07-26 02:08:50 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-07-26 02:08:50 +0200 |
commit | eab1299ae453e148d3feca98366282c17863f912 (patch) | |
tree | 0e6d4d9b87b0a0d0186f68d68d631c07fc8c2429 /.github/workflows/release_dep.yml | |
parent | 71c427d90f161cb8b00b448bf233987bfa2cee4c (diff) |
kafka: remove from the beta.2
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.github/workflows/release_dep.yml')
-rw-r--r-- | .github/workflows/release_dep.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_dep.yml b/.github/workflows/release_dep.yml index fd92eb96..f11547c3 100644 --- a/.github/workflows/release_dep.yml +++ b/.github/workflows/release_dep.yml @@ -53,7 +53,7 @@ jobs: CC: ${{ matrix.compiler }} GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} GPG_PASS: ${{secrets.GPG_PASS}} - CGO_ENABLED: 1 + CGO_ENABLED: 0 LDFLAGS: >- -s -X github.com/roadrunner-server/roadrunner/v2/internal/meta.version=${{ steps.values.outputs.version }} |