Skip to content

Commit

Permalink
cd: disable k8s in build binary (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayconamaroCW authored Jun 25, 2024
1 parent 3a52cc4 commit 7ab6f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: sudo apt-get install -y protobuf-compiler

- name: Build
run: cargo build --release --bin run-with-importer --features metrics,rocks,kubernetes
run: cargo build --release --bin run-with-importer
env:
CARGO_PROFILE_RELEASE_DEBUG: 1
LOG_FORMAT: json
Expand Down

0 comments on commit 7ab6f85

Please sign in to comment.