Skip to content

Commit

Permalink
💚 ci(docker): remove ppc64le arch
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinNitroG committed Jun 8, 2024
1 parent dd32c98 commit f499f42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,4 @@ jobs:
linux/arm/v6
linux/arm/v7
linux/arm64/v8
linux/ppc64le
linux/s390x
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ RUN apk add --no-cache --virtual .build-deps \
g++ \
python3-dev \
libxml2 \
libxml2-dev && \
apk add libxslt-dev && \
pip install --no-cache-dir -r requirements.txt && \
apk del .build-deps
libxml2-dev
RUN apk add libxslt-dev
RUN pip install --no-cache-dir -r requirements.txt
RUN apk del .build-deps

RUN apk add --no-cache chromium chromium-chromedriver

Expand Down

0 comments on commit f499f42

Please sign in to comment.