CI: Add arm64 Linux JS artifact to GitHub Actions workflow

This commit is contained in:
Andrew Kaster 2025-06-24 10:14:13 -06:00 committed by Andrew Kaster
commit 6cfb98fa7d
Notes: github-actions[bot] 2025-06-24 19:30:11 +00:00

View file

@ -20,15 +20,23 @@ jobs:
matrix:
os_name: ['Linux']
arch: ['x86_64']
toolchain: ['Clang']
package_type: ['Linux-x86_64']
runner_labels: ['["blacksmith-8vcpu-ubuntu-2404"]']
include:
- os_name: 'macOS'
arch: 'arm64'
toolchain: 'Clang'
package_type: 'macOS-arm64'
runner_labels: '["macos-15", "self-hosted"]'
- os_name: 'Linux'
arch: 'arm64'
toolchain: 'Clang'
package_type: 'Linux-aarch64'
runner_labels: '["blacksmith-8vcpu-ubuntu-2404-arm"]'
steps:
- name: Checkout LadybirdBrowser/ladybird
uses: actions/checkout@v4