Skip to content

Create a new binary release for aarch64 CentOS 7 #1

Create a new binary release for aarch64 CentOS 7

Create a new binary release for aarch64 CentOS 7 #1

name: Create a new binary release for aarch64 CentOS 7
on: workflow_dispatch
permissions: read-all
jobs:
build:
os:

Check failure on line 9 in .github/workflows/release-CentOS7-AArch64.yml

View workflow run for this annotation

GitHub Actions / Create a new binary release for aarch64 CentOS 7

Invalid workflow file

The workflow is not valid. .github/workflows/release-CentOS7-AArch64.yml (Line: 9, Col: 5): Unexpected value 'os' .github/workflows/release-CentOS7-AArch64.yml (Line: 12, Col: 7): A sequence was not expected
- ubuntu-latest
container:
- "ocaml/opam:centos-7-ocaml-4.14"
steps:
- name: Checkout tree
uses: actions/checkout@v4
- run: opam install . --deps-only --with-test
- run: opam exec -- make build