Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Nikos Nikoleris <[email protected]>
  • Loading branch information
relokin committed Apr 15, 2024
1 parent 12981e5 commit dca7e14
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release-CentOS7-AArch64.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
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
needs: checkout
steps:
- run: opam init --root=/home/runner/work

- run: opam install /home/runner/work/herdtools7/herdtools7 --deps-only --with-test

- run: opam exec -- make build

0 comments on commit dca7e14

Please sign in to comment.