Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Get started

This guide will provide instructions step by step on how to get started with firmware-action, and it will demonstrate the use on coreboot example.

In this guide we will:

  • start a new repository
    • in this guide it will be hosted in GitHub
  • we will build a simple coreboot for QEMU
  • we will be able to build coreboot in GitHub action and locally

The code from this example is available in firmware-action-example.

Prerequisites

  • installed Docker
  • installed git
  • installed dagger (optional, needed for interactive debugging)
  • installed taskfile (optional)