Skip to content

test: arm64 runner

test: arm64 runner #1

Workflow file for this run

name: arm64 runner
# auto-task.start-build-time = ?
on:
push:
branches: ["dev"]
paths:
- .github/workflows/test-arm64.yml
jobs:
docker:
strategy:
fail-fast: false
matrix:
include:
- arch: x64
runner: ubuntu-24.04
- arch: arm64
runner: circle-arm64
runs-on: ${{matrix.runner}}
defaults:
run:
shell: zsh --pipefail -fex {0}
env:
circle_runner: ${{ startsWith(matrix.runner, "circle") }}

Check failure on line 26 in .github/workflows/test-arm64.yml

View workflow run for this annotation

GitHub Actions / arm64 runner

Invalid workflow file

The workflow is not valid. .github/workflows/test-arm64.yml (Line: 26, Col: 22): Unexpected symbol: '"circle"'. Located at position 27 within expression: startsWith(matrix.runner, "circle")
steps:
# - name: install zsh
# shell: sh -e {0}
# run: ${{ vars.INSTALL_ZSH }}
# - uses: actions/checkout@v4
# with:
# ref: dev
- name: trigger arm64
if: (!fromJSON(env.circle_runner))
run: ${{ secrets.WEBHOOK_TRIGGER }}
- name: test
run: uname -a