Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ jobs:
php-version: '8.3'
distro: bookworm
builder: ubuntu-latest
-
target: aarch64-unknown-linux-gnu
platform: linux/arm64
php-version: '8.4'
distro: trixie
builder: buildjet-4vcpu-ubuntu-2204-arm
-
target: x86_64-unknown-linux-gnu
platform: linux/amd64
php-version: '8.4'
distro: trixie
builder: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down Expand Up @@ -144,6 +156,12 @@ jobs:
-
target: x86_64-apple-darwin
php-version: '8.3'
-
target: aarch64-apple-darwin
php-version: '8.4'
-
target: x86_64-apple-darwin
php-version: '8.4'
steps:
- name: Checkout
uses: actions/checkout@v1
Expand Down