Skip to content

Adds tool to create host images. #5

Adds tool to create host images.

Adds tool to create host images. #5

Workflow file for this run

name: Export Artifacts
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: debian@sha256:8bad0af40952511eded3df14e4fc9ebffbfe65f36151ea834ef70c9c8b66ddce
steps:
- name: setup apt
run: apt update -y && apt upgrade -y
- name: Checkout repository
uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 # aka v2
- name: Build host image
run: bash tools/makeimage/make.sh