1
0
mirror of https://github.com/imgproxy/imgproxy.git synced 2025-02-07 11:36:25 +02:00

Update CircleCI config & image

This commit is contained in:
DarthSim 2021-09-29 19:12:09 +06:00
parent 57c314b1f5
commit 802fa43015
2 changed files with 5 additions and 4 deletions

View File

@ -27,7 +27,8 @@ RUN apt-get -qq update \
libavcodec-dev \
libavformat-dev \
libavutil-dev \
libswscale-dev
libswscale-dev \
libopencv-dev
RUN curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer | bash -
@ -35,7 +36,7 @@ RUN \
mkdir /root/vips \
&& cd /root/vips \
&& curl -s -S -L -o vips_releases.json "https://api.github.com/repos/libvips/libvips/releases" \
&& for VIPS_VERSION in "8.8" "8.9" "8.10"; do \
&& for VIPS_VERSION in "8.9" "8.10" "8.11"; do \
mkdir $VIPS_VERSION \
&& export VIPS_RELEASE=$(grep -m 1 "\"tag_name\": \"v$VIPS_VERSION." vips_releases.json | sed -E 's/.*"v([^"]+)".*/\1/') \
&& echo "Building Vips $VIPS_RELEASE as $VIPS_VERSION" \

View File

@ -16,8 +16,8 @@ workflows:
- checkout_code
matrix:
parameters:
go_version: ["1.16", "1.15", "1.14"]
vips_version: ["8.10", "8.9", "8.8"]
go_version: ["1.17", "1.16"] # Go 1.15 doesn't support io/fs
vips_version: ["8.11", "8.10", "8.9"]
release:
jobs: