Skip to content

Toolchain docker

Toolchain docker #2

name: Docker Image CI
on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Docker image
run: ./sysroot/make_docker_image.sh
- uses: actions/checkout@v3
- name: Build toolchain
run: ./sysroot/toolchain_docker.sh