Skip to content

Commit

Permalink
chore: user linux arm64 ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
joseluisq committed Jan 16, 2025
1 parent c11d59c commit e73154e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/devel-8.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:

jobs:
php:
runs-on: ubuntu-22.04
strategy:
matrix:
build:
Expand All @@ -27,14 +26,20 @@ jobs:
include:
- build: amd64
arch: linux/amd64
- build: "386"
os: ubuntu-22.04
- build: 386
arch: linux/386
os: ubuntu-22.04
- build: arm64
arch: linux/arm64
os: ubuntu-22.04-arm
- build: armv6
arch: linux/arm/v6
os: ubuntu-22.04-arm
- build: armv7
arch: linux/arm/v7
os: ubuntu-22.04-arm
runs-on: ${{ matrix.os }}
steps:
-
name: Checkout
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release-8.4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

jobs:
docker-build:
runs-on: ubuntu-22.04
strategy:
matrix:
build:
Expand All @@ -19,14 +18,20 @@ jobs:
include:
- build: amd64
arch: linux/amd64
os: ubuntu-22.04
- build: 386
arch: linux/386
os: ubuntu-22.04
- build: arm64
arch: linux/arm64
os: ubuntu-22.04-arm
- build: armv6
arch: linux/arm/v6
os: ubuntu-22.04-arm
- build: armv7
arch: linux/arm/v7
os: ubuntu-22.04-arm
runs-on: ${{ matrix.os }}
name: PHP 8.4 (${{ matrix.build }})
steps:
-
Expand Down

0 comments on commit e73154e

Please sign in to comment.