Skip to content

Add multi-arch build for arm64 #16

Add multi-arch build for arm64

Add multi-arch build for arm64 #16

Workflow file for this run

name: Change Title on issue
on:
issues:
types: [opened]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Login to Azure
uses: azure/login@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
- name: Change the title
run: ./assets/Set-Title.ps1 -title "${{ github.event.issue.title }}"
shell: pwsh