We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d722fdc + d0ae7c4 commit 85467c7Copy full SHA for 85467c7
2 files changed
.github/workflows/create_release.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
push: true
35
file: ./docker/Dockerfile
36
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64
37
tags: |
38
simondockerise/gsm:latest
39
simondockerise/gsm:${{ steps.get_version.outputs.version }}
docker/Dockerfile
@@ -20,13 +20,11 @@ RUN apt-get update && \
20
# Install php extensions
21
RUN install-php-extensions \
22
pgsql \
23
- pdo \
24
pdo_pgsql \
25
gd \
26
opcache \
27
intl \
28
- zip \
29
- dom
+ zip
30
31
# Install composer
32
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin --filename=composer
0 commit comments