Skip to content

Add build workflow

Add build workflow #1

Workflow file for this run

on: push
name: Build
jobs:
build:
strategy:
matrix:
target: [gcc clang hip cuda]
runs_on: ubuntu-latest

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

View workflow run for this annotation

GitHub Actions / Build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 8, Col: 5): Unexpected value 'runs_on' .github/workflows/build.yml (Line: 5, Col: 5): Required property is missing: runs-on
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
with:
target: ${{ matrix.target }}