Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Build workflow

Build workflow #10

Workflow file for this run

name: Build workflow
run-name: Build workflow
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-24.04-arm64
steps:
- name: test arm64
run: echo $(arch)