Skip to content

build(deps): bump rust-vmm-ci from 209c04e to 2122417 #99

build(deps): bump rust-vmm-ci from 209c04e to 2122417

build(deps): bump rust-vmm-ci from 209c04e to 2122417 #99

Workflow file for this run

name: MSHV Build test
on: [pull_request, create]
jobs:
build:
name: Build test for MSHV crate
strategy:
matrix:
platform:
- target: x86_64-unknown-linux-gnu
command: build
- target: aarch64-unknown-linux-musl
command: build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
with:
command: ${{ matrix.platform.command }}
target: ${{ matrix.platform.target }}
args: "--release"