Skip to content

ci: add an action to build binaries #1

ci: add an action to build binaries

ci: add an action to build binaries #1

Workflow file for this run

on:
# TODO: remove PR before merging
pull_request:
workflow_dispatch:
merge_group:
jobs:
binary:
name: Create binaries
strategy:
fail-fast: false
matrix:
os:
- macos-13 # Intel
- macos-14 # ARM
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix build
- uses: actions/upload-artifact@v4
with:
path: result/bin/dune