mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
CI: Add arm64 Linux JS artifact to GitHub Actions workflow
This commit is contained in:
parent
48f1bf7ef3
commit
6cfb98fa7d
8
.github/workflows/js-artifacts.yml
vendored
8
.github/workflows/js-artifacts.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user