fix(deps): update kubernetes packages to v0.31.3 #824
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@v4 | |
- name: Build containers | |
run: make -f Makefile.all all-container ALL_PLATFORMS='linux/amd64 linux/arm64' |