Skip to content

Testing framework for install-cni template processing #390

Testing framework for install-cni template processing

Testing framework for install-cni template processing #390

Workflow file for this run

name: Build for native architecture
on: [ push, pull_request ]
jobs:
nativebuild:
strategy:
matrix:
go-version: [ "1.19", "1.20", "1.21" ]
platform: [ "ubuntu-latest" ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Build containers
run: make -f Makefile.all container GO_VERSION=${{ matrix.go-version }}