Skip to content

Commit b67dd09

Browse files
committed
ci: keep dev cloud-hypervisor build semantics
1 parent 4b328b0 commit b67dd09

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/dev-release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
3232
- name: Build cloud-hypervisor (release)
3333
run: |
34-
cargo build --release --bin cloud-hypervisor --features mshv
35-
strip target/release/cloud-hypervisor
34+
cargo build --release
3635
3736
- name: Generate checksum and build metadata
3837
run: |

0 commit comments

Comments
 (0)