Skip to content

Compile aarch64 artifacts for Windows & Linux #36

Compile aarch64 artifacts for Windows & Linux

Compile aarch64 artifacts for Windows & Linux #36

Workflow file for this run

---
name: Triage Issues
# yamllint disable-line rule:truthy
on:
issues:
types: [opened, reopened]
jobs:
triage:
name: Triage Issue
runs-on: ubuntu-latest
steps:
- name: add needs-triage label
uses: andymckay/labeler@master
with:
add-labels: "needs-triage"
ignore-if-labeled: true