Skip to content

Set up Github Actions CI #1

Set up Github Actions CI

Set up Github Actions CI #1

Workflow file for this run

name: 'Blueprints CI'
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository code
uses: actions/checkout@v4
- run: "./build-with-docker.sh -b debian -n buster-container -- -r buster -a arm64 --minimal"