Skip to content

Simplify build instructions by providing a Makefile #129

Simplify build instructions by providing a Makefile

Simplify build instructions by providing a Makefile #129

Workflow file for this run

name: Build policies
on:
- pull_request
- push
jobs:
centos:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
centos: ["centos:7", "quay.io/centos/centos:stream8", "quay.io/centos/centos:stream9"]
container:
image: ${{ matrix.centos }}
steps:
- uses: actions/checkout@v2
- name: Install packages
run: yum install -y selinux-policy-devel policycoreutils
- name: Build policies
run: |
make