Unify calico logic in install-cni.sh and move write_file into function #432
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build for architectures being used | |
on: [ push, pull_request ] | |
jobs: | |
fastbuild: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout code | |
uses: actions/checkout@v3 | |
- name: Build containers | |
run: make -f Makefile.all all-container ALL_PLATFORMS='linux/amd64 linux/arm64' |