Skip to content

Commit

Permalink
Add build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Jul 11, 2024
1 parent 08d0375 commit ffa19ac
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
on: push
name: Build
jobs:
build:
strategy:
matrix:
target: [gcc clang hip cuda]
runs_on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: docker/setup-buildx-action@v3
- uses: docker/build-push-action@v6
with:
target: ${{ matrix.target }}

0 comments on commit ffa19ac

Please sign in to comment.