Skip to content

fix: Add glibc locale to the el9 image #62

fix: Add glibc locale to the el9 image

fix: Add glibc locale to the el9 image #62

name: Build Docker image
on:
pull_request:
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os_base: ["c7", "el9"]
php_base: ["php82", "php83"]
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Build image
run: docker build -t test-build-${{ matrix.os_base }}-${{ matrix.php_base }} -f ${{ matrix.os_base }}.dockerfile --build-arg="PHP_BASE=${{ matrix.php_base }}" .