mirror of
				https://github.com/imgproxy/imgproxy.git
				synced 2025-10-30 23:08:02 +02:00 
			
		
		
		
	Update CircleCI config & image
This commit is contained in:
		| @@ -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" \ | ||||
|   | ||||
| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user