diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e9e5e32..9fe16a2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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