Skip to content

Commit 91f774a

Browse files
authored
feat: linux arm64 (#152)
1 parent 97945be commit 91f774a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
version: ["8.1", "8.2", "8.3", "8.4"]
24-
os: ["macos-13", "macos-latest", "windows-latest", "ubuntu-latest"]
24+
os: [ "macos-13", "macos-latest", "ubuntu-latest", "ubuntu-24.04-arm" ]
2525

2626
continue-on-error: true
2727

@@ -48,7 +48,7 @@ jobs:
4848
run: echo "SPC_BUILD_ARCH=x64" >> $GITHUB_ENV
4949

5050
- shell: bash
51-
if: matrix.os == 'macos-latest'
51+
if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-24.04-arm'
5252
run: echo "SPC_BUILD_ARCH=arm64" >> $GITHUB_ENV
5353

5454
- shell: bash
@@ -66,7 +66,7 @@ jobs:
6666
run: echo "SPC_BUILD_OS=win" >> $GITHUB_ENV
6767

6868
- shell: bash
69-
if: matrix.os == 'ubuntu-latest'
69+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
7070
run: echo "SPC_BUILD_OS=linux" >> $GITHUB_ENV
7171

7272
- name: Setup system PHP

0 commit comments

Comments
 (0)