Skip to content

ccruntime: Adapt to the kata payload using /opt/kata #519

ccruntime: Adapt to the kata payload using /opt/kata

ccruntime: Adapt to the kata payload using /opt/kata #519

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@v3
with:
go-version: 1.18
- 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