Skip to content

Multi-arch build

Multi-arch build #25

Workflow file for this run

name: Pull Requests
on:
pull_request:
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
lint:
name: Lint
uses: ./.github/workflows/lint.yml
end-to-end:
name: End-to-end
uses: ./.github/workflows/test-end-to-end.yml
kubeconform:
name: Kubeconform
uses: ./.github/workflows/kubeconform.yml
build:
name: Build
uses: ./.github/workflows/build.yml
secrets: inherit
with:
version: '${{ github.sha }}'
push: true
platforms: 'linux/amd64,linux/arm64'