Skip to content

Create a new binary release for aarch64 CentOS 7 #5

Create a new binary release for aarch64 CentOS 7

Create a new binary release for aarch64 CentOS 7 #5

name: Create a new binary release for aarch64 CentOS 7
on: workflow_dispatch
permissions: read-all
jobs:
checkout:
runs-on: ubuntu-latest
steps:
- name: Checkout tree
uses: actions/checkout@v4
build:
runs-on: ubuntu-latest
container: ocaml/opam:centos-7-ocaml-4.14
steps:
- run: opam install . --deps-only --with-test
- run: opam exec -- make build