Skip to content

Commit

Permalink
Build only 8.2
Browse files Browse the repository at this point in the history
Transient Error when Building Imagick in php 8.3.x on amd64 on alpine #643

Imagick/imagick#643
  • Loading branch information
carlesbarreda committed Mar 10, 2024
1 parent 8fd7b87 commit ed55268
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ env:
VENDOR: Carles Barreda
GIT_NAME: Carles Barreda
GIT_MAIL: [email protected]
#PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7
PLATFORMS: linux/amd64
PLATFORMS: linux/amd64,linux/arm64/v8,linux/arm/v7
#PLATFORMS: linux/amd64

permissions:
contents: write
Expand All @@ -53,8 +53,8 @@ jobs:
#os: [alpine,alpine3.16,alpine3.17,buster,bullseye,bookworm]
#platform: [amd64,arm64/v8,arm/v7]
#version: [8.2,8.3]
version: [8.3]
os: [alpine]
version: [8.2]
os: [alpine,bookworm]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit ed55268

Please sign in to comment.