Skip to content

Add init CI/CD to warm up a cache #1

Add init CI/CD to warm up a cache

Add init CI/CD to warm up a cache #1

Workflow file for this run

name: 'Build'
on:
push:
branches:
- dev
tags:
- '*'
jobs:
build-linux:
runs-on: [self-hosted, FlipperZeroShell, Linux, X64]
steps:
- name: 'Build linux toolchain'

Check failure on line 14 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build.yml

Invalid workflow file

You have an error in your yaml syntax on line 14
run: |
cd linux
docker build -t flipperzero-toolchain-linux .