Skip to content

Multi-arch build

Multi-arch build #23

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

Check failure on line 21 in .github/workflows/pr-push.yml

View workflow run for this annotation

GitHub Actions / Pull Requests

Invalid workflow file

The workflow is not valid. .github/workflows/pr-push.yml (Line: 21, Col: 11): Input platforms is required, but not provided while calling. .github/workflows/pr-push.yml (Line: 26, Col: 17): Invalid input, platform is not defined in the referenced workflow.
secrets: inherit
with:
version: '${{ github.sha }}'
push: true
platform: 'linux/amd64,linux/arm64'