Skip to content

Add github action workflow #2

Add github action workflow

Add github action workflow #2

Workflow file for this run

name: edk2 build
on: [create,push]
jobs:
build:
name: Build
strategy:
matrix:
runs-on: [ubicloud, ubicloud-arm]
name: build-edk2-firmware - ${{matrix.runs-on}}

Check failure on line 10 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 10
runs-on: ${{matrix.runs-on}}
steps:
- name: Code checkout
uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get update && sudo apt-get -y install uuid-dev iasl build-essential python3-distutils git libbrotli-dev nasm
- name: Build edk2
run: ./build-edk2
- name: List produced files
run: ls