Skip to content

do-not-merge: This will be used to test the kata-containers CI related stuff #687

do-not-merge: This will be used to test the kata-containers CI related stuff

do-not-merge: This will be used to test the kata-containers CI related stuff #687

Workflow file for this run

name: Makefile CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version-file: go.mod
check-latest: true
- name: Download controller-gen
run: make controller-gen
- name: Download kustomize
run: make kustomize
- name: Download envtest
run: make envtest
- name: Build controller
run: make build