Skip to content

Enable ARM64 Workflow #6

Enable ARM64 Workflow

Enable ARM64 Workflow #6

Workflow file for this run

name: Test ARM64
permissions: read-all
on: [push, pull_request]
jobs:
test-linux-arm64-cpu-race:
uses: ./.github/workflows/test_template.yaml

Check failure on line 6 in .github/workflows/test_arm64.yaml

View workflow run for this annotation

GitHub Actions / Test ARM64

Invalid workflow file

The workflow is not valid. In .github/workflows/test_arm64.yaml (Line: 6, Col: 11): Error from called workflow etcd-io/raft/.github/workflows/test_template.yaml@11d03fd542a2cc6c8cd869e5a45b1634ef9261a1 (Line: 21, Col: 17): Unrecognized named-value: 'input'. Located at position 10 within expression: fromJSON(input.targets) In .github/workflows/test_arm64.yaml (Line: 6, Col: 11): Error from called workflow etcd-io/raft/.github/workflows/test_template.yaml@11d03fd542a2cc6c8cd869e5a45b1634ef9261a1 (Line: 21, Col: 17): Unexpected value '${{ fromJSON(input.targets) }}'
with:
runs-on: actuated-arm64-8cpu-8gb
targets: "['linux-arm64-unit-test-4-cpu-race']"
coverage:
needs:
- test-linux-arm64-cpu-race
runs-on: actuated-arm64-8cpu-8gb
steps:
- uses: actions/checkout@v4
- id: goversion
run: echo "goversion=$(cat .go-version)" >> "$GITHUB_OUTPUT"
- uses: actions/setup-go@v5
with:
go-version: ${{ steps.goversion.outputs.goversion }}
- run: make test