Skip to content

Commit

Permalink
Add ARM64 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Nov 29, 2024
1 parent d93c2c9 commit 87b60c9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,29 @@ jobs:
name: "Debian 10 and above"
path: CLI/soup

arm64:
runs-on: [ARM64]
steps:
- uses: actions/checkout@v4

- name: Build Soup
run: php build_lib.php

- name: Build CLI
run: php build_cli.php

- name: Run ./soup test
run: ./CLI/soup test

- name: Run ./soup bench
run: ./CLI/soup bench

- name: Upload soup
uses: actions/upload-artifact@v4
with:
name: "Debian 12 (ARM64)"
path: CLI/soup

macos-13:
runs-on: macos-13
steps:
Expand Down

0 comments on commit 87b60c9

Please sign in to comment.