mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 13:32:23 +00:00
CI: Add arm64 Linux JS artifact to GitHub Actions workflow
This commit is contained in:
parent
48f1bf7ef3
commit
6cfb98fa7d
Notes:
github-actions[bot]
2025-06-24 19:30:11 +00:00
Author: https://github.com/ADKaster
Commit: 6cfb98fa7d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5203
Reviewed-by: https://github.com/CanadaHonk
Reviewed-by: https://github.com/gmta
1 changed files with 8 additions and 0 deletions
8
.github/workflows/js-artifacts.yml
vendored
8
.github/workflows/js-artifacts.yml
vendored
|
@ -20,15 +20,23 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os_name: ['Linux']
|
os_name: ['Linux']
|
||||||
arch: ['x86_64']
|
arch: ['x86_64']
|
||||||
|
toolchain: ['Clang']
|
||||||
package_type: ['Linux-x86_64']
|
package_type: ['Linux-x86_64']
|
||||||
runner_labels: ['["blacksmith-8vcpu-ubuntu-2404"]']
|
runner_labels: ['["blacksmith-8vcpu-ubuntu-2404"]']
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- os_name: 'macOS'
|
- os_name: 'macOS'
|
||||||
arch: 'arm64'
|
arch: 'arm64'
|
||||||
|
toolchain: 'Clang'
|
||||||
package_type: 'macOS-arm64'
|
package_type: 'macOS-arm64'
|
||||||
runner_labels: '["macos-15", "self-hosted"]'
|
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:
|
steps:
|
||||||
- name: Checkout LadybirdBrowser/ladybird
|
- name: Checkout LadybirdBrowser/ladybird
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue