Skip to content

Commit

Permalink
Disable Alpine builds for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdalpino committed Dec 12, 2021
1 parent 3290dd5 commit ebef514
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-ext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -o errexit
case "${ID:-}" in
alpine)
apk update
apk add $PHPIZE_DEPS lapack-dev libexecinfo-dev openblas-dev lapacke-dev
apk add $PHPIZE_DEPS lapack-dev libexecinfo-dev openblas-dev
;;
debian)
apt-get update
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/ci-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ jobs:
matrix:
image:
- php:7.4-cli
- php:7.4-cli-alpine
- php:8.0-cli
- php:8.0-cli-alpine
name: Image ${{ matrix.image }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit ebef514

Please sign in to comment.