Skip to content

feat: Added compile build for linux arm64 and darwin arm64 #14

feat: Added compile build for linux arm64 and darwin arm64

feat: Added compile build for linux arm64 and darwin arm64 #14

Workflow file for this run

name: Build
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pnpm/action-setup@v3
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm build