Skip to content

Build dotnet with GitHub Actions #28

Build dotnet with GitHub Actions

Build dotnet with GitHub Actions #28

Workflow file for this run

name: Build dotnet
on:
push:
branches:
- main
pull_request: # XXX
jobs:
runtime:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [ppc64le, s390x, x64]
steps:
- uses: actions/checkout@v4