Skip to content

Add FIPS and strict patches #4

Add FIPS and strict patches

Add FIPS and strict patches #4

Workflow file for this run

name: Check MicroK8s patches
on:
pull_request:
branches: [master]
push:
branches: [master]
jobs:
update:
runs-on: ubuntu-latest
strategy:
matrix:
patch: [strict, fips]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Apply patches
run: |
git config --global user.email [email protected]
git config --global user.name microk8s-bot
git am build-scripts/patches/${{ matrix.patch }}/*.patch