Skip to content

fix: add cross build in build script and docker #4

fix: add cross build in build script and docker

fix: add cross build in build script and docker #4

Workflow file for this run

name: validate-ci
on:
push:
branches:
- release/v*
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
pr-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: ci
run: |
make ci