Merge branch 'feat/cache' of github.com:junkurihara/rust-rpxy into feat/cache
This commit is contained in:
		
				commit
				
					
						7812fec33b
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								.github/workflows/docker_build_push.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/docker_build_push.yml
									
										
									
									
										vendored
									
									
								
							|  | @ -42,7 +42,7 @@ jobs: | |||
|           - target: "s2n" | ||||
|             dockerfile: ./docker/Dockerfile | ||||
|             build-args: | | ||||
|               "CARGO_FEATURES=--no-default-features --features http3-s2n cache" | ||||
|               "CARGO_FEATURES=--no-default-features --features=http3-s2n,cache" | ||||
|               "ADDITIONAL_DEPS=pkg-config libssl-dev cmake libclang1 gcc g++" | ||||
|             platforms: linux/amd64,linux/arm64 | ||||
|             tags-suffix: "-s2n" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Jun Kurihara
				Jun Kurihara