Skip to content

Adds aarch architecture #5

Adds aarch architecture

Adds aarch architecture #5

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
jobs:
plugin_test:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Silencing git over hex tag names
run: "git config --global advice.objectNameWarning false"
- name: Running asdf's plugin-test
uses: asdf-vm/actions/plugin-test@v2.2.0
with:
command: jq --version
env:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ACTIONS_ALLOW_UNSECURE_COMMANDS: true