Skip to content

ci: use native aarch64 runners #25

ci: use native aarch64 runners

ci: use native aarch64 runners #25

Workflow file for this run

name: Build TDX kernel
on: [pull_request, create]
jobs:
build:
if: github.event_name == 'pull_request'
name: Build TDX kernel
runs-on: ubuntu-latest
strategy:
matrix:
rust:
- stable
target:
- x86_64-unknown-linux-gnu
steps:
- name: Code checkout
uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y make gcc bc bison flex elfutils python3-pyelftools curl patch libelf-dev
- name: Build TDX kernel
run: make TDX=1