mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	build: update since session signature has changed
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
		@@ -893,7 +893,7 @@ func detectSharedMounts(ctx context.Context, reqs map[string][]*reqForNode) (_ m
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
			var ss *sharedSession
 | 
								var ss *sharedSession
 | 
				
			||||||
			if idx == -1 {
 | 
								if idx == -1 {
 | 
				
			||||||
				s, err := session.NewSession(ctx, "", fs.so[0].SharedKey)
 | 
									s, err := session.NewSession(ctx, fs.so[0].SharedKey)
 | 
				
			||||||
				if err != nil {
 | 
									if err != nil {
 | 
				
			||||||
					return nil, err
 | 
										return nil, err
 | 
				
			||||||
				}
 | 
									}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user