mirror of
				https://gitea.com/Lydanne/buildx.git
				synced 2025-11-04 18:13:42 +08:00 
			
		
		
		
	lint: unusedwrite fixes
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
		@@ -186,7 +186,7 @@ func (b *Builder) LoadNodes(ctx context.Context, opts ...LoadNodesOption) (_ []N
 | 
			
		||||
						if pl := di.DriverInfo.DynamicNodes[i].Platforms; len(pl) > 0 {
 | 
			
		||||
							diClone.Platforms = pl
 | 
			
		||||
						}
 | 
			
		||||
						nodes = append(nodes, di)
 | 
			
		||||
						nodes = append(nodes, diClone)
 | 
			
		||||
					}
 | 
			
		||||
					dynamicNodes = append(dynamicNodes, di.DriverInfo.DynamicNodes...)
 | 
			
		||||
				}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user