Skip to content

Add ARM64 build option #68

Add ARM64 build option

Add ARM64 build option #68

Workflow file for this run

name: crdgen
on:
pull_request:
jobs:
crdgen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@1.71.1
- uses: Swatinem/rust-cache@v2
- name: Check crdgen diff
run: cargo run --bin crdgen | diff helm/templates/crds/customresourcedefinition.yaml -