Skip to content

fix(runtime): reject unsupported process architecture (#441) #862

fix(runtime): reject unsupported process architecture (#441)

fix(runtime): reject unsupported process architecture (#441) #862

name: Ubuntu LTS ARM64
on:
push:
branches:
- master
- release/v*
tags:
- v*
paths-ignore:
- "docs/**"
- "samples/**"
- "**.md"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
uses: ./.github/workflows/build-reusable.yml
with:
os: ubuntu-24.04-arm
arch: arm64
secrets: inherit